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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.