Modify Jira pipeline adding new issue types#49
Merged
isabelrios merged 7 commits intomasterfrom Aug 4, 2025
Merged
Conversation
isabelrios
commented
Jan 14, 2025
.github/workflows/lint.yml
Outdated
| uses: actions/setup-python@v1 | ||
| with: | ||
| python-version: "3.8" | ||
| python-version: "3.10.16" |
Collaborator
Author
There was a problem hiding this comment.
Needed so that flake8 works
isabelrios
commented
Jan 14, 2025
|
|
||
| return self.client.get_search(query) | ||
|
|
||
| def filters_new_issue_type(self): |
Collaborator
Author
There was a problem hiding this comment.
I am using a new filter to not to mess up with the info we have from Requests up until now. Starting this year, even though we still have Requests, there are Internal Tasks and Sub-Tasks, and for those, now we rely on labels to filter and group them. Requests from last year or earlier do not all have labels and filtering them has been difficult when using the new query.
isabelrios
commented
Jan 14, 2025
utils/constants.py
Outdated
| FILTER_ID_QA_NEEDED_iOS = "13789" | ||
|
|
||
| # JQL Extra fields needed | ||
| JQL_QUERY = 'jql=filter=' |
Collaborator
Author
There was a problem hiding this comment.
Moving here all these constant values
Collaborator
Author
|
Before this lands I have to create the new table: |
8fb770c to
dc3352f
Compare
9bde203 to
4a4d2c9
Compare
clarmso
approved these changes
Jul 23, 2025
359c121 to
84e4857
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding support for the new IssueTypes. With these changes the new table is populated with the required data.
Graphs need to be updated pointing to the new table.
I would need to think of a transition plan so that data is not lost.