Hello, Jira masters!
Few days ago we migrated to a new Jira - from 7.13.5 to version 8.16.1 and as you already know, there are some validations, conditions etc that we had to change.
Now I have an example of condition I forgot about and for which I need a quick solution.
After closing the subtasks, users could log in for another 3 days with the help of this condition added on the respective transition:
Now the condition is no longer available and I have to replace it, but I'm not sure which one to choose in order to be similar to the old one.
Do you have any recommendations for me? :)
I solved it, but if anyone needs it:
- New JWT Condition - Logical Condition:
%{issue.status} = "Closed" AND (datePart({system.currentDateTime}, LOCAL) - datePart({issue.resolutionDate}, LOCAL)) / {DAY} <= 3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.