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

Lakshmi S 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 10, 2022

Hi @Lakshmi S ,

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 S August 17, 2022

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

1 vote
Peter DeWitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 10, 2022

@Lakshmi S , 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