Hi All, Can you please give me suggestion if no activity on the ticket after 7 days ticket will be closed by system. how we can implement in JIRA.
Community moderators have prevented the ability to post new answers.
Do you use any Automation plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Write an external webservice to transition and comment all isues with updated>=startofWeek() or a similar criteria in the JQL and execute it everyday after/before work hours. Check out JRJC for working less painfully with the REST API.
Experience has shown that an external webservice with a log_archive is the right choice for this use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.