Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,708
Community Members
 
Community Events
184
Community Groups

Remove done epics form selectable list

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.
Apr 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.
Apr 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.
Apr 10, 2023 • edited

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