You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
During my 17 years as a coach, mentor, and trainer of Agile teams, I’ve participated in hundreds of Agile planning meetings. The end result was a wall of backlog items annotated by an explosion of co...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.