I want assign multiple project to a scrum board, but only want to see epics from one project

Michael September 2, 2015

Project A and Project B are two seperate  projects with a few integrate pats.

Project A has issue 1 which is a Blocker to Story 1 in Project B.

I want to see issue 1 from Project A on Scrum board for Project B.

I do not want to see the entire backlog for Project A in the Scrum Board for Project B..

How can i accomplish this?

Thanks

Michael

3 answers

1 vote
Pilar
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 Leaders.
September 2, 2015

did you try this JQL for your board filter

( project = A and issuetype in (X,Y,Z)  )     OR      ( project=B and issuetype=Epic)

This should solve your problem.

Pilar

0 votes
MikeyS
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 Leaders.
September 2, 2015

Michael, your initial question and your described question seem to be different.

With regard to your described question, you can put together a query that does this if you have Script Runner installed.

project = "Project B" OR issueFunction in linkedIssuesOf("project = 'Project B'", "is blocked by")

If you only wanted blockers from Project A, and not all blockers, then you're probably looking at stringing filters together.

0 votes
GabrielleJ
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 Leaders.
September 2, 2015

Alternatively, take a look at the "Work Sub-Filter" where you can further refine what you can see in your board.

Suggest an answer

Log in or Sign up to answer