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




Related use cases




JWT feature

Automated action
Parser functions
Label






Status
Tech review

Style guide