New to automation however looking for logic to transition the Epic status field when the first story is moved from To Do to In Progress.
Can someone help me with this logic?
Hello @Alicia Morgan
Welcome to the Atlassian community!
The basic rule structure would be like this:
TRIGGER: issue transitioned
-- Destination Status is "In Progress"
CONDITION: issue type is not Epic and issue type is not subtask
BRANCH: Branch Rule/Related Issues
-- Type of related issue: Epic (parent)
-- CONDITION: Status is To Do
-- ACTION: Transition issue to In Progress
Thank you @Trudy Claspill . Is there a way to update the state date field once the Epic is transitioned to In Progress?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add another action in the For Epic (parent) block to Edit Issue. You can update fields using that action.
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.