Hi There!
There's some issue with the filter that I have added.
project = Dev-Ops AND issuetype in (Epic, Bug, Story, Task, Subtask) AND Sprint = 32 OR assignee is EMPTY ORDER BY Rank ASC
According to this filter, I am unable to see previous sprint's burndown chart.
The above filter is for our current sprint.
Can someone help me to add a filter, which does not disturb the current sprint and show previous sprint's burndown charts accordingly?
Helllo @Glory Mercy ,
Try this one
project = Dev-Ops AND issuetype in (Epic, Bug, Story, Task, Subtask) AND (Sprint = 32 or Sprint is not null) OR assignee is EMPTY
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.