Add support for multiple JQL queries mapped to separate Things projects#2
Open
reidab wants to merge 2 commits intolaufwerkcode:mainfrom
Open
Add support for multiple JQL queries mapped to separate Things projects#2reidab wants to merge 2 commits intolaufwerkcode:mainfrom
reidab wants to merge 2 commits intolaufwerkcode:mainfrom
Conversation
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.
This adds support for configuring additional JQL queries, each mapped to separate Things projects
Additional projects are defined by adding
THINGS_PROJECT__<name>andJIRA_JQL_QUERY__<name>entries to the config.For example, to create separate projects for web and API tickets, you can add:
Since there's a 1:1 mapping between Jira tickets and Things tasks, tickets can only be assigned to one project at a time. Because of this, these queries should be non-overlapping, both between each other and with the main JIRA_JQL_QUERY.
This can also be used to separate tickets in the active sprint from those in the backlog:
Configure the "main" project/query as the backlog and add a second project/query for the active sprint: