Hi Guys,
Here is my scenario.
I have 2 projects in JIRA. I have used 2 labels. Label1 in project 1 and label 2 in project 2.
However, I realised that label2 is already used by some other project in JIRA.
I have setup a Scrum board where my filter is the below:
project in ("project 1", "project 1") AND labels = label1 OR labels = label2 ORDER BY Rank ASC
This now returns issuetypes of other projects as well in the board.
Is there a way to limit this query to return only the issues from 2 projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I have figured it out myself. Here is the updated query.
project in ("project 1", "project 1") AND (labels = label1 OR labels = label2) ORDER BY Rank ASC
Cheers,
Abhiram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.