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 ?
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()
Thank you so much @David Fischer . Its working as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.