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?
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
You can use JIRA Toolkit plugin as it has the Auto-transition Listener.
Pilar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pilar - thanks for the answer, but I can't seem to find an "Elapsed time i X status" argument in the documentation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.