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

Scriptrunner Behaviours API documentation

Balázs Ferenczi April 1, 2020

Hi,

is there an API documentation (not the Quick Reference one https://scriptrunner.adaptavist.com/5.7.1.1-p5/jira/behaviours-api-quickref.html?utm_source=product-help#_common_field_operations) for Behaviours? Like the Jira API doc https://docs.atlassian.com/software/jira/docs/api/8.5.4/

I want to know what options/functions I have with Behaviours. Especially with FormField.

 

I'm trying to set a bunch of system and custom fields (with the getFieldById().setFormValue()), but finding out what to write into the setFormValue is a hell of a guess work.

For example, I want to set the affected versions by the context issue that's in the background. contextIssue.getAffectedVersions gives a Collection<Version>, but when I type this into the setFormValue(), it won't work. And this is only one field (stuff like Summary are easy since they are simple strings)

(Another beauty was finding out that it's not getFieldById("affectsversions"), it's getFieldById("versions"), but that's another thing)

 

Thanks,

Balázs

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Volodymyr December 18, 2022

I would also like to know the answer or tips to make it easier when writing behaviors.

TAGS
AUG Leaders

Atlassian Community Events