I need to be able to combine a company managed boards tasks within a teams managed boards. We have people that work in both boards and want to track these in our sprints- is there a way to do this with JQL?
Hi @jholmen - Yes this is possible. The JQL would be similar to any other multi-project board:
project in (A,B) Order By Rank ASC
There will be some subtleties about the two projects. For example, even if you have the same status name, they will have unique underlying IDs. So, let's say you have In Progress in both workflows. You'll see duplicates of "In Progress" in your board setup because Jira sees them as two distinct statuses. Just little gotchas like that to look out for.
Thank you! I will definately try this:)
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.