You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

On this page

Use case

Create an automation rule that will remove the attachments of all issues that were resolved 30 days ago.

Configuration

Create a new rule and name it appropriately.

Providing a description will help you to identify what the rule does but this step is optional.

Scheduled trigger

Add a trigger

Select Scheduled trigger

Schedule the trigger once a day.

Interval

Run the automation at 3:00 am as it is preferable to make this operation outside of business hours.

 JQL Selector

Add a Selector

Select JQL selector

JQL Query

Use the following Expression:

status WAS closed BEFORE -30d

Boolean condition


Condition

Boolean condition

Expression

Use the following expression:

%{selector.issue.attachment} != null

If you still have questions, feel free to refer to our support team.