Forums

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

Update the Priority Date field value when the Priority field is updated

Lakshmi CH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 10, 2022

Hi Team,

How to update the Priority Change Date (custom field) when the Priority  field is updated?

We have JMWE, JSU and Script Runner addons.

Could you please anyone suggest on this requirement ?

2 answers

1 accepted

0 votes
Answer accepted
David Fischer
Community Champion
August 10, 2022

Hi @Lakshmi CH ,

you can use JMWE's Event-based actions to listen to changes to the Priority field and use a Set Field Value post-function on that action to set the Priority Date field value to:

new Date()

 

Lakshmi CH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 17, 2022

Thank you so much @David Fischer . Its working as expected.

1 vote
Peter DeWitt
Community Champion
August 10, 2022

@Lakshmi CH , Take a look at this recipe from Adaptavist for Scriptrunner. It should do the trick for you.

https://library.adaptavist.com/entity/set-the-value-of-date-or-date-time-fields

Cheers -dewitt

Suggest an answer

Log in or Sign up to answer