Requirement is to close entire Epic upon closing linked tasks/subtasks, stories, bugs.
My plan is :
1.To programmatically check and close EPIC using POST script ( under CLOSE transition of all work flows - tasks/subtasks/stories)
2. Since this post script is being called in the CLOSE transition (of task/subtask/story WF's), plan is to get figure out EPIC name to which issues are linked to and close the Epic itself, if at all outward all linked items are closed.
Is this correct approach to implement this requirement ?
if so, how to get EPIC and project name to check project name and close EPICs under it ?
You can use Automation (built into Cloud) to achieve this. Have you looked into this as yet?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.