The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

DONE stories show up on backlog

ilker isler
Contributor
November 13, 2019

Hi all, 

I have Board that has 3 projects and one simplified workflow is assigned to those 3 projects.  And i manage all these 3  projects on one board. But the stories that are move to DONE status are still show up on backlog.

And, Board simplified  workflow is "Software Simplified Workflow unavailable" state? Is this the cause of this problem?

How could i remove DONE stories from backlog? By the way i dont want to remove them on running sprint.

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jack Brickey
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 Champions.
November 13, 2019

Please verify that the Resolution field is set for the Done issues.

Katie Nguyen
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!
December 2, 2019

How can I update Resolution field for a bunch of stories and tasks which were Done already?

0 votes
Answer accepted
GP
Contributor
November 13, 2019

Hi ilker,
Please try openSprints() function with the NOT (!) operator

Example

AND ! (Sprint not in openSprints() AND Status = Done )

Thanks,
GP

ilker isler
Contributor
November 15, 2019

it works, thanks