Hide select list values based on another field

Nick Abdoo December 14, 2016

I have a select list customfield with 15 values. Within my workflow, I want to use the same field throughout, but depending on another field value I only need a subset of the 15 values to display.

Basically there are conditions that only allow certain values to display. I don't want to create a bunch of different fields that only display the right values. I would rather use 1 field and hide values if that's possible.

I am trying to use the behaviours plugin to write a script that will hide these values. Can someone please help with the script that will allow me to do this? Essentially just the line that allows me to hide select list values. 

 

Thank you!

Nick

1 answer

1 vote
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 14, 2016

It's the same method as discussed here: https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/restricting-priority-and-resolution.html

ie you setFieldOptions and pass a Map of option ID to String. 

Use OptionsManager to get the list of available options, eg https://scriptrunner.adaptavist.com/latest/jira/recipes/workflow/postfunctions/set-issue-attributes.html#_setting_checkbox_fields

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events