I would like to be able to filter the problems that were resolved in the current sprint. As a rule, this will be used to prevent problems resolved in the previous sprint, but delayed during testing (not renewed), when we discuss that the developers achieved this sprint.
Closed problems should also appear, but they are not a problem, as if they were closed by the last sprint, they still will not turn over to this one.
In mock-jql it will look something like this:
project = "Project name" AND status in (resolved, closed) AND statusChanged() > startOfWeek()
I also saw startofweek()friends, but not something like that startofsprint().
We have JIRA OnDemand, so we cannot install local Java add-ons.
How to get this information?
source
share