The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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