Hello,
I am creating automation rule for feature issue type which is parent of Epics.
When Epic move to closed state, Need to move Feature to closed only if all its child epics are closed.
I tried in many way but difficult to find there heirarchy.
Regards
Pallavi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How is the hierarchy set within you setup.
Is this based upon advanced roadmap levels, using the parent field or is it based upon issue links, using parent child relationship?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are not using issue links.
We use parent link fields in Epic and Child issues links in Feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would the next example rule help you on your way?
I juts look at an Epic is moved to Done (or what your end status is) then branch to search for type Feature and if that's not already done, then search if linked issues are linked via is child of an are Epics and if there status is done and then transition the feature to done
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.