Forums

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

Automating state change from the results of a query subscription

Troy Johnson
Contributor
August 13, 2014

I want to be able to define a query that I can run on a regular basis like a subscription to a filter. I want to take all of the issues and change their state, like you can with the bulk change capability. I can do all of this manually in JIRA but I want to automate this process so the query runs at specified intervals and then the states of the issues returned from the query are updated automatically. Does anyone know how this can be accomplished?

1 answer

1 accepted

0 votes
Answer accepted
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 Leaders.
August 13, 2014

Have a look at https://confluence.atlassian.com/display/JIRA/Jelly+Escalation

That takes a filter, runs it, and then attempts to do something to each issue returned. The examples given are "comment" and "move through workflow" - you need the second (workflow move = status change)

Suggest an answer

Log in or Sign up to answer