Hi team, how can i query using JQL whether the field was last updated?
Requirement -
I want to trigger a webhook only when a specific field is changed, if i use the webhook Issue update event the webhook will trigger whenever any field changes in that issue, but i want to trigger webhook only when a specific field is updated.
You can do this using ScriptRunner add-on, if you have it. Using the add-on you can write a script that would listen only when the custom field is updated. And inside the script, you can check whether custom field value hasChanged or not. Below links would be useful, if you decide to go ahead with ScriptRunner:
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.