How do I set up automatic issue transition in Cloud?

Christian Schade September 2, 2015

    Hi - I have seen many questions about this - but no answer yet.

    How do I automatically close a ticket after a given time?

    I can't install Scriptrunner or the JIRA Automation Plugin on Cloud, and Jelly Scripts are out of the question.

    Waiting for Atlassian to change the Cloud offering some day is not an option either

    I can't seem to get Zapier or ItDuzzit to do this for me - must I create my own app somewhere and use the API?

 

3 answers

2 votes
Taha Khanzada
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.
September 3, 2015

Without Script Runner, JIRA Automation Plugin and Jelly Script Yes, Your best bet is to use your own API .

REST API would be handy and easy to implement - https://docs.atlassian.com/jira/REST/latest/#d2e2989

Taha

1 vote
Pilar
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.
September 2, 2015

You can use JIRA Toolkit plugin as it has the Auto-transition Listener.

Pilar

Christian Schade September 3, 2015

Hi Pilar - thanks for the answer, but I can't seem to find an "Elapsed time i X status" argument in the documentation?

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
September 3, 2015

You can use transitionIssue from JIRA Command Line Interface (CLI). This is run from a client using your favorite job scheduler. Or you can run it from Bamboo for instance. You would front end the transition issue action with runFromIssueList using a JQL search to identify the issues to be transitioned.

Suggest an answer

Log in or Sign up to answer