Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,904
Community Members
 
Community Events
184
Community Groups

Cascaded multiselect?

I have a use case where I need some kind of cascaded multiselect, eg:

selecting team A and team D

Schermafbeelding 2021-12-20 om 15.55.57.png

I found some examples at https://library.adaptavist.com/search?page=1&products=jira&term=select but my use case does not seems to fit for any of the returned scripts.

Ideas anyone? Thanks!

 

1 answer

1 vote
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 29, 2021

There are no single fields (built-in or provided by any major plugins I know) that support this sort of data structure.

You could implement this in a couple of ways with Scriptrunner.

  1. With 2 multi-select custom fields (Departments/Teams) and a scriptrunner beaviour script .
    • The team CF would include all teams.
    • The scriptrunner behaviour script would need to hard code or lookup department/team relationship. Or alternatively, the team options all include the department (Dept X - Team A) and then you could use a logic filer.
    • Upon selecting a department, the scriptrunner behaviour script would adjust the list of visible options in the teams cf to only show the combination of teams for all the selected departments.
  2. Using a single text custom field with scriptrunner behaviour select list conversion
    • I'm not sure this would give you the desired user experience, but perhaps worth exploring.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events