I have multiple projects in Jira.
for each project, there is an open/active sprint.
I would like to see a Jira ticket that belongs to Project A in the scrum board of Project B. the sprint value of the ticket is SprintA.
How I can filter the board show Jira tickets with only the specific open sprint.
i tried to use the openSprints() but the filter returns all tickets with an open sprint assigned to.)
Depends on some missing details…
how about…
project = 123 and sprint in opensprints()
this results in all the tickets that belong to ProectA, ProjectB... and their open sprints (SprintA, SprintB)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you use project = projectA AND… that should not be the case. You should only receive issues from projectA and are in an open sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tickets that belong to projects B,C but I want to manage them on the board of ProjectA.
their sprint value is 'SprintA'
the filter I want to use is:
project in (A, B, C) and sprint in ( opensprints(A))
with this filter, i see also Jira from projects B &C with sprint value <> SprintA
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.