I want to create an automation rule so that the ticket is automatically marked as 'Done' after 48 ho
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.
Hi @Soukaina IBALINE, You can configure automation and let us know if you are getting any challenges:
status != Done AND created <= -48h
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manoj Gangwar ,
Thank you for your prompt response.
I’ll try it right away and get back to you shortly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.