The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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!

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events