Given I have two custom Jira issue types "Project" and "Feature" that are linked via Parent Link Field but exist in different workflows...I need to automatically transition the parent issue when the child is moved. For example:
A Feature (child) moved to "In Progress" will automatically cause the transition the Project (parent) move to "In Progress"
GIVEN
WHEN
THEN
The linked issues exist in separate workflows. Is it possible to automate the transition of the parent card given the child card has been moved? Should I use a fast-track post function?
Any insight would be appreciated!