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: 

How to not show Epics with a "Done" resolution in the list of Epic links

Observateur
February 18, 2022

I do not check the  "Show completed Epics" box. The tasks contained in the Epic are all in a "Completed" resolution.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 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.
February 18, 2022

Is the “Epic Status” set to Done in addition to the issue status?

Trudy P Claspill
Community Champion
February 18, 2022

Adding to @Jack Brickey 's comment, the "Epic Status" field is separate from the "Status" field available in all issue types. "Epic Status" is available only on Epics. By default this field is not shown in the Details view for Epics, but you can see the value if you use Advanced Search, change to List View, and add Epic Status as a column in the search results.

 

That field is generally updated to done when you use the Mark As Done option from an Epic Pane display in an agile board.

Screen Shot 2022-02-18 at 11.25.21 AM.png

 

In my environments I have incorporated automatically updating the Epic Status field as part of the workflow transitions. When an Epic issue is transitioned to a "done" status I use a Post Function in that transition to set Epic Status to Done. For all the transitions to a "not done" status, I use a Post Function to reset the Epic Status field to To Do. That way, there is no need to set both the Status field and then execute a separate action to use the "Mark As Done" option.

Like # people like this
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.
February 18, 2022

Yep I do the same @Trudy P Claspill . Good call out.