I am trying to have select issues displayed on a scrum board from three separate projects.
When I use the below query I can pull all the issues I need onto the board.
However the team using this board like to rank issues on their scrum board with the most vital being at the top of the board. When I enable ranking on the board the issues from Project B and C disappear from the filter and then obviously the Scrum board.
Anyone have any ideas?
Issues show on this filter
project = A OR (project in (B, C) AND labels = Board)
But not on this filter
project = A OR (project in (B, C) AND labels = Board) ORDER BY Rank
Hi,
i face this topic sometimes. Jira expects all issues to be from the same project or to have a consistent ranking field across the projects. Issues that have not the Rank Field are vanished. And i would add ASEC or desc to the query.
Hope it helps.
BR
Kai
Thanks for your response @Kai Krause
Unfortunately if I change to ascend or descend then the team in question will lose the ability to adjust the rank of the issues on the board which they do use frequently.
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.