Multiple threads for calling behaviour?

Michael Kornatzki
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2017

I moved from Jira 6 to Jira 7.

A behaviour which worked without a problem didn't work now as expected.

If i debug the source everything went fine.

But then i do some logging and find out that the method in my serverscript get called 3 times.

And it seems that it gets sometimes called parallel.

In the script i do

formFieldFehlernummer.setValid(true)
formFieldFehlernummer.setTitle("")
formFieldFehlernummer.setHelpText("")

and after this i check some condition and do

formFieldFehlernummer.setValid(false)
formFieldFehlernummer.setTitle("Fehlernummer fehlt!")
formFieldFehlernummer.setHelpText("<div style='color:red'><b>Dieses Feld ist ein Pflichtfeld, wenn der Wert des Feldes Herkunftssystem nicht 'intern' ist!</b></div>")

but this is not everytime shown :( even if it gets set (but multiple threds can make this not working well)

Jira: 7.4.3

ScriptRunner: 5.1.6

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events