The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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

TAGS
AUG Leaders

Atlassian Community Events