As of now, there are two fields that need to be moved to "Done" (for example) status - "Epic status" and status (issuetype=epic status).
I am looking for ways to automatically move the "Epic status" to same state as the issuetype=epic status.
Any help is appreciated.
Use an advanced edit fields action, and a JQL condition of "Issuetype = Epic", trigger can be When: Issue Transitions to Done.
{
"fields": {
"Epic Status": { "value": "Done" }
}
}
I think it's also possible to do this in the workflow, but automation is easier to extend to other projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chris, how do I get to the "Use an advanced edit fields action"? I do not see it:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Galina Kumykova You're in the right screen, just click that "More Options" bolded text and then into the big box and it will automatically become Advanced Edit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked beautifully, thank you! It appears there's no way to reference the 'Epic Status' field via the regular automation actions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Today only! Share what you’re the most excited about for Team ‘25 or just dance out the beginning of a new quarter with us.
Comment the postOnline 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.