Forums

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

How to set automatic filter in single JIRA if we have 2 different parallel sprint

kunal_Kaushal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 8, 2019

So my JIRA has 2 different sprints which are running in parallel.

For e.g

  1. One for UI development progress. Web Sprint 1, Web Sprint 2 and so on.
  2. Second for API development progress. API Sprint 1, API Sprint 2 and so on.

So now when I create a filter to trace the tickets under UI dev. This works fine project = IA AND cf[10007] = 1194. 

And to trace the API dev tickets. This works fine project = IA AND cf[10007] = 1230

 

But the problem is that after the end of the sprint I have to update the filter will the next sprint ID so that i can see the correct data in the DASHBOARD.

 

1 answer

1 accepted

0 votes
Answer accepted
Ollie Guan
Community Champion
August 8, 2019

Hi @kunal_Kaushal ,

It seems that you have used some fields to distinguish between these sprints, such as components, labels, or other custom fields that distinguish the UI team from the API team.

You can try this JQL below

project = IA AND cf[10007] = 1230 and sprint in opensprints()

kunal_Kaushal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 8, 2019

Ok cool thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events