Currently, when changing an Epic's status to "Done" from the backlog, the issue page itself doesn't also change to "Done". Is there a way to automate this transition? I've been looking into backlog transitions, but I can't find anything that can interact with them.
You could do so with a listener. Listen for Issue Created/Issue Updated events, look for changes to field Epic Status, and programatically transition the issue as neccesary.
I see. I will need to get our sysadmin to install Listeners, but the rest sounds simple enough. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update: There are no listeners on Cloud. I was thinking of having a script adjust epics to their correct statuses periodically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @David Lang, @Steven F Behnke,
We use a post-function to update the value of the Epic Status field on transition. That is then used to help us calculate the cycle time of the Epics. And you can do that in Cloud.
This is detailed in Understanding the cycle time of epics in Jira.
Hope that helps.
Regards,
Nick Muldoon
Product Manager, Easy Agile
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.