Close issues automatically where 30 days since being set to "Resolved" - how to?

Rumceisz May 13, 2013

HI All,

we handle more than 10000 issues in our admin projects so we need a post function which automatically close all issues which are in Resolved status for 30 days.

How can we do that? Do you also use such automation?

Thanks for your hints!

Rumi

4 answers

1 accepted

0 votes
Answer accepted
Nadir MEZIANI
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.
May 13, 2013

Hi,

You can do it with implementing a service using JJUPIN (sil) or JSS (JPython).

0 votes
Henning Tietgens
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.
May 13, 2013

That has to be implemented as Service. As an example you could use Script Runner for this. There is a special Escalation Service built in (https://jamieechlin.atlassian.net/wiki/display/GRV/Escalation+Service)

Henning

0 votes
Jobin Kuruvilla [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.
May 13, 2013

You need a service or schedule task that runs at regular intervals. Not a post function.

A common and easier way is to modify the jelly escalation scripts Atlassian provides: https://confluence.atlassian.com/display/JIRA/Jelly+Escalation

You will have to make changes as appropriate.

0 votes
Udo Brand
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.
May 13, 2013

Suggest an answer

Log in or Sign up to answer