Hello,
I would like to use jira automation for a case when the issues are under a filter which contained a specific status of the board + a date (7 days after a date mentioned in a field).
When tickets are under this status, I want to close them automatically.
I have 2 hints but I wasn't able to do it:
1/ It seems I couldn't select a trigger like "Issue filtered" so that I can select my filter mentioned above and then choose the transition from the current status to closed.
2/ If I use the condition status = my_status and the date in the field X is after 7 days ago, then what trigger should I use?
Thanks for your help in advance.
Hi @Fanny Godin ,
welcome to the Atlassian community!
Reading your requirments, in my opinion, you should put in place some job that periodically run in order to do what you need.
ScriptRunner for cloud provides what you need https://scriptrunner-docs.connect.adaptavist.com/jiracloud/scheduled-jobs.html
Hope this helps,
Fabio
Scriptrunner is also $$$$$ and can require scripting skills. Just a thought.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fabio,
Thanks for your answer.
Seems like it will work using the trigger "Scheduled" then. But I'm wondering if I have to add conditions or if JQL search (inside the trigger) will be sufficient.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update: It works using Scheduled trigger with the addition of the JQL query!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I know :) Sorry but I missed notification about your previous comment. Please @Fanny Godin , mark my answer as accepted
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.