Hello,
I am looking for a trigger in Jira Automation to create some rule that automatically put a parent issue in DONE and the associated sub-task when the parent issue has been in the READY status for more than 15 days.
Can you help me?
Thank you in advance
Emanuel
You can use "Scheduled" trigger and add the following JQL.
status = Ready and status changed BEFORE -15d
Then add new action which is "Transition Issue" and configure it.
You can filter the query above by adding issuetype criteria.
Best regards
Hello @Tansu Akdeniz
Thank you very mucth.
I used the "Scheduled" component and the JQL above, it worked.
Thanks
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.