Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I group the version picker for released/unreleased

Bo Liu January 28, 2022

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?

1 answer

0 votes
Benjamin
Community Champion
January 28, 2022

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

Suggest an answer

Log in or Sign up to answer