So my JIRA has 2 different sprints which are running in parallel.
For e.g
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.
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()
Ok cool thanks
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.