Remove done epics form selectable list

Santiago_Perez April 10, 2023

Even after an Epic is marked done, it still shows up as a selectable option on the story dropdown for epics. Any way to fully archive an epic so it is no longer on the list of epics a story can be added to?

 

 

3 answers

2 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2023

Hi @Santiago_Perez , have you ensured that the Epic Status is set to Done. This is not the same as the Issue status. One thing I do is to create an automation rule or post function to set Epic status to Done when the issue status is set to Done.

2 votes
Magdalena Zhisheva
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.
April 10, 2023

Hi @Santiago_Perez , 

To remove the epic as a selectable option you need to change it's epic status to done.

To do this go to the backlog -> Epic panel and find your epic, where you can change it's status

image2020-1-16_19-28-48 (1).png

Hope it helps!

1 vote
Bill Sheboy
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.
April 10, 2023

Hi @Santiago_Perez 

Eventually, an epic's visibility will be controlled by the issue status (an not the epic status as the field is going away).

Until then it can be easy to forget to change the epic status...and so you could add an automation rule to do this for you:

  • trigger: issue transitioned to Done
  • condition: issue type equals Epic
  • action: advanced edit with JSON to set the epic status to Done:
{
"fields": {
"customfield_10010": {
"value": "Done"
}
}
}

First...remember to confirm this matches the custom field id for the field in your Jira site using this how-to article: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events