Automating state change from the results of a query subscription

Troy Johnson 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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