Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is it possilble to use inactivity as a trigger in automation?

ondrej_hybl October 21, 2022

I would like to set automation in Jira - for cases, when some task is more then 2 days "In review" status and there is no respons from assigned person. The action should be, the issue automaticaly transits to status "Done".
I am not able to find out if the trigger can be innactivity.

Tx

O.

1 answer

0 votes
Tharaka_Hettiarachchi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 21, 2022

Hi @ondrej_hybl ,

 

We don't have trigger functions to check inactivity state in Jira.

But you can create a rule like this.

 

1. You can add a scheduled trigger (It will executes on every day at a given time)

Screenshot 2022-10-21 at 15.41.56.png

 

Add JQL to execute only for 'In Review' issues (Change it according to your status)

 

2. Then add a new condition with advanced compare condition

Screenshot 2022-10-21 at 15.42.05.png

Condition:  {{now.diff(issue.updated).days.abs}} is greater than 2 

3. Then you can move to that issue to 'DONE'

 

 

Cheers!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events