Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add and show only specific tickets from Board A onto Board B's Active Sprint?

Deleted user July 21, 2021

I have a use case where I'd like to include specific tickets from Project A into Project B's active sprint, and I want them to show up on Project B's board.

 

Is there a way I can implement this view where the rest of Project A's tickets do not show on Project B's board, until they are added to a Project B Sprint?

1 answer

0 votes
Jack Brickey
Community Champion
July 21, 2021

In CMP projects, yes. You simply need to define some criteria in these specific issues from project that you want to appear and include that in your JQL filter that defines project B’s board. For example let’s say you have a specific label that you apply to those project a issues and let’s say that label is include. Then the JQL might look something like this….

project = projB or (project = projA AND labels = include)

Deleted user July 21, 2021

thanks! I thought label might be the way to go, but was looking for a sprint indicator instead. this ended up working for me, in case anyone searches this in the future

project = projB OR project = projA AND sprint in openSprints() ORDER BY Rank ASC

 

the caveat here is the ticket needs to be added to the sprint manually in the ticket ahead of time

Jack Brickey
Community Champion
July 21, 2021

And the sprints must run precisely in sync. Not sure I would go this route personally.

Deleted user July 21, 2021

it's somewhat of a temporary solution - in a future state, we'll have separate squads working in separate boards owning separate sprints. Right now we have just one team, running one sprint, with the occasional ticket coming from another board

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events