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
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.