I have a behavior to show my interested versions for a version picker like:
unReleasedVersions = [version2,version3]
releasedVersions = [version1]
def options = unReleasedVersion + releasedVersion
getFieldById("customfield_18038").setFieldOptions(options)
this would result such list in the version picker:
version2
version3
version1
but I would like to see the version picker show the versions like the default behavior grouped by the "Unreleased Versions" and "Released Versions" like
Unreleased Versions
version2
version3
Released Versions
version1
is there a way to implement this in behavior?
Hi @Bo Liu ,
If case you don't find answers here, you may want to contact the vendor or post your question on this page:
https://community.atlassian.com/t5/Adaptavist/ct-p/adaptavist
-Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.