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: 

How to change status of issue using ScriptRunner at scheduled intervals

s r
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 7, 2019

Hi I want to change the status of the Issue for certain issueType  at scheduled intervals.

 

The job should run at the scheduled time and look for the Projects with certain issueType and Status and update the status accorndingly

Ex: Job should run every 30 minutes and Check for issueTypes with "Bug" whose status is "NONE" 

If this condition matches then changes the status of the Bug issue type from none to "Open".

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Nic Brough -Adaptavist-
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 8, 2019

If you wrote a service that runs a search regularly, you could iterate over the results and run https://library.adaptavist.com/entity/transition-an-issue-using-issue-input-parameters to transition each issue found.