Good day Everyone,
I am stuck with the Automation implementation of the "Allow Customers to reopen...". My Problem that I am facing, is that the Automation works but it sortof ignores the if block that states " If: Matches resolved less that 5 days it will open the ticket again, however the ticket still gets opened even if the ticket is older that 5 days.
Is there anything that I am missing to why it opens tickets older than 5 days aswell?
This is the document that I followed to implement:
Allow Customers to reopen issues only within X days from resolution | Jira | Atlassian Documentation
The automation rule:
Thank you very much in advance.
Warm regards,
Pieter
Hi Everyone,
Just an update anyone else having the same problem: We simply updated this string instead of {{now.diff(issue.resolved).days.abs}} we used {{now.diff(issue.resolutionDate).days.abs}}
Hope this helps.
Can I recommend a slight adjustment to your approach? I would recommend creating another status after your completed status that indicates the closure of the ticket - for the purposes of this exercise I'll call the completed status "Complete" and the closed status "Closed".
This configuration will:
Now, to provide the "read only" status properties if you want it. On your workflow, select the "Closed" status and click "Properties", then add the below two:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hallo Jovin,
Thank you so much for taking the time to reply and for the wonderful response. That said, the Automation for this is already documented and I am merly trying to find why its not working.
Again your approach will help in the future and will also help alot of others as well.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.