Who Wants to Know
Jira Administrators
What’s New
Version 6.32.0 • Released 2021-08-11
New Script Field
They’ve added a new script field called Custom Picker, which you can use to set up a field which allows users to pick values from a list.
Using this custom picker, you can pick a Jira object such as a Version, User, or Component when you want custom selection criteria that are not available when using the native field types. Or you may want to utilize it when picking from a list that can be searched using a REST API.
New Workflow Functions
They’ve also added a Copy Fields Values Post Function and a Linked Issues Condition to give you more built-in workflow functions that don’t require coding.
Various Bug Fixes
Should I Update
- Security Based: no
- Fix a Critical Function: no
- Useful to my Admins: YES
- Useful to my Users: no
Why This is Useful
New Script Field:
Because it’s a Custom Picker field to set up a field that allows users to pick values from almost any list. It is similar to the Database, LDAP, and Issue Picker script fields, but it is not specialized for any particular case. DD: https://docs.adaptavist.com/sr4js/6.32.0/features/script-fields/built-in-script-fields/custom-picker
New Workflow Functions:
- The Copy Field Values post function copies the values from a configured field to another on the same issue. DD: https://docs.adaptavist.com/sr4js/6.32.0/features/workflows/post-functions/built-in-post-functions/copy-field-values
- Use the Linked Issues Condition to control whether or not a user can transition an issue based on the status or resolution of linked issues. DD: https://docs.adaptavist.com/sr4js/6.32.0/features/workflows/conditions/built-in-conditions/linked-issues-condition
Skim the Page Legend
GREEN text = Good Stuff
RED text = Very Important Stuff
DD="Drill-Down" for more details and How-To's!