I am using Jira Work Management and Advanced Roadmaps Plans. I have issue types that are higher in the hierarchy than epic. I'd like to create an automation that updates the parent (higher than epic) to done, when all of the linked epics are done. Thanks!
One possible solution is to write a groovy post function which will update the value of the customfield to created + 5D .You will need script runner plugin for this .
Also refer this question
Use script runner and populate the field based on the created date value.
https://answers.atlassian.com/questions/121708/auto-inserting-a-duedate-using-the-behaviours-plugin
https://answers.atlassian.com/questions/123874/jira-time-tracking-setting (for some code)
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.