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: 

automate transition jira issues

Ramaiah Pendli
October 26, 2016

Hi,

transition JIRA issue form one state to another state, if it's lying more than 14 days in the same state.

can some one help me can we automate with groovy script or services 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Deleted user
October 27, 2016

Hello,

We have a similar use case that we solved in the following manner.

 

Using the Atlassian Automation Plugin we create a trigger that

  1. Has a JQL filter trigger and runs 4 times a day e.g. CRON schedule “1 2 2/7 * * ?”
  2. With a JQL expression filter all issues that are overdue e.g. project = "Project1" AND type = "Issuetype" AND status = Open AND duedate < now()
  3. Run an action “Transition Issue Action”