I use one Jira project ("Project1") to track our sprints and sprint tasks. However, we have tickets on another board ("Project2") that we plan to work during the same sprint.
I want to see tickets from both "Project1" and "Project2" in my sprint which was created on "Project1".
Is this doable? If so, how?
Thanks.
David
Atlassian has a doc for that! Simply put, you create a JQL query that has the issues that you want to appear on the Board. Then configure your board to use that JQL.
For example:
project in ("project a","project b")
will result in all issues from both projects showing up on your board. If any issues are already in open Sprints, those Sprints will automagically appear in the board as well. I hope that helps point you in the right direction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.