I want to create an automation rule so that the ticket is automatically marked as 'Done' after 48 ho

Soukaina IBALINE
Contributor
December 18, 2024

 

I want to create an automation rule so that the ticket is automatically marked as 'Done' after 48 ho

3 answers

2 accepted

4 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 18, 2024

Hi @Soukaina IBALINE , what are the conditions associated with the rule? I expect you don't want to simply close any issue older than 48h.

conditions aside You might try this. The schedule trigger. Includes a JQL status != done. You might run it hourly or whatever frequency works for you. Adjust as needed.

IMG_4997.jpeg

2 votes
Answer accepted
Manoj Gangwar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 18, 2024

Hi @Soukaina IBALINE, You can configure automation and let us know if you are getting any challenges:

Example Configuration:

  • Trigger: Scheduled (every 24 hours)
  • JQL: status != Done AND created <= -48h
  • Action: Transition the issue to Done (or Edit issue status field to Done)

 

Soukaina IBALINE
Contributor
December 18, 2024

Hi @Manoj Gangwar ,

Thank you for your prompt response.

I’ll try it right away and get back to you shortly.

 

2 votes
Dan Breyen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 18, 2024

Hi @Soukaina IBALINE there are similar automations in the Template Library that you could also use and modify to suit your needs.  I used that for my instance as a template and it's working great!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events