Forums

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

Filtering out unresolved tasks from the previous sprint to add to the new sprint

Daniel July 4, 2018

I am trying to use a filter to find what items for our closed sprint are unresolved and have not already been move into the newly opened sprint.

Here's the filter I was trying. It worked during last sprint, but now it is displaying items that have been in both the current and previous sprint.

project = PPP AND resolution = Unresolved AND Sprint in closedSprints() AND NOT Sprint in openSprints()

2 answers

1 accepted

0 votes
Answer accepted
Daniel July 5, 2018

Turns out my filter was doing it's job perfectly. The work that was reappearing was subtasks of a story that was not in my current sprint - I had duplicated that story title in the new sprint - thus the confusion. (I had "Orphan tasks" in the new sprint, and "Orphaned tasks" in the old one - without realising).

So hopefully my post will help someone else to solve the same problem. No plug in needed - just better data entry! :P

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 4, 2018

Hello,

You would need an add-on like ScriptRunner. Your JQL would look like this:

issueFunction in previousSprint(board name)

You can find more info here:

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_previoussprint

Daniel July 4, 2018

Our Department has add-ons pretty much locked down, so that we have no access to them - any other options you can think of?

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 4, 2018

You can not do it out of the box. You can develop your own plugin.

Suggest an answer

Log in or Sign up to answer