You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
I would also like to know the answer or tips to make it easier when writing behaviors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.