Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

New condition for logging after migrating Jira to version 8.16.1

mirunadriana August 24, 2021

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:

  • Universal Condition
  • Expression: {Resolved} >= [now] - 3D
  • Expression must evaluate to: True

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? :)

 

 

1 answer

1 accepted

3 votes
Answer accepted
mirunadriana August 26, 2021

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

Suggest an answer

Log in or Sign up to answer