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
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.