The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Rumceisz
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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 Champions.
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 Champions.
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 Champions.
May 13, 2013

Comments for this post are closed

Community moderators have prevented the ability to post new answers.