Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Field changed logic?

Gleb Kartashov
Contributor
July 22, 2019

Hi!

I need to implement following logic:

After an issue field was updated,

  • execute a Groovy script
  • recalculate SLA value with Time to SLA plugin

What is the correct way to do this? If a custom event listener, please give detailed description on this. Maybe there is such thing as global workflow post-function that takes action not on a transition but whenever a specific condition occurs? 

1 answer

0 votes
Florian Fohrer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 7, 2019

Hi, 

Administration Panel -> SCRIPTRUNNER -> Script Listeners 

Here you can add listeners to your project/issues, it uses event from jira to launch your script.

I never tried by myself, but I think it's what your looking for. 

But I don't know if it's the correct way to do it.

Suggest an answer

Log in or Sign up to answer