Ability to filter a custom field select list options based on other field values

Kevin VanderLugt
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.
November 29, 2011

Part of our migration to Jira requires that select list custom fields options are filtered based on other fields.

Generally I would use a cascade select list for this functionality but we have a special requirement that may be possible through custom development?

We have Triage Groups which is an LDAP imported distribution list to a Jira Group. This group is a custom field of group picker. We need to filter our Feature select list drop down from the results of this field. Is this ability possible out of the box?

2 answers

1 accepted

0 votes
Answer accepted
Dieter
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 1, 2011
You could do that with the behaviours plugin if you can accept to have several select list custom fields instead of one multi level cascading field. There is a similar example of how to dynamically fill a custom select list field depending on the selected component. Please check https://studio.plugins.atlassian.com/wiki/display/JBHV/Miscellaneous+Behaviours+Examples
0 votes
TylerA
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.
November 30, 2011

What you seek is not something that is in JIRA's core functionality, but may be replicated by this Multi-Level Cascade Select plugin: https://plugins.atlassian.com/plugin/details/5008?versionId=388905

Also, there is a commercial plugin that is similar but has yet to be updated for JIRA 4.4: https://plugins.atlassian.com/plugin/details/28678?versionId=39597

Kevin VanderLugt
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.
November 30, 2011

Neither of these plugins seem to support the multi-level cascade select for group pickers. I will continue to try to code a solution and post if I get something working.

Thanks

Upasna_Bassi August 16, 2018

Hey all, I am looking to implement something similar. Did you find something? Are there ways to do this?

Suggest an answer

Log in or Sign up to answer