You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
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.
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
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
{
"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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.