The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Customize select list when editing an issue

Egor Braguntsov
April 11, 2023

 

I'm trying to create a Scriptrunner field that lists some entries from LDAP

I'm using LDAP picker for that, obviously

There, I can customize drop-down view but for some reason I can't skip an entry if it doesn't contain 'client' in it

Screenshot from 2023-04-11 16-41-52.png

"return" works but doesn't skip the value

Screenshot from 2023-04-11 16-49-25.png

How to just skip the value and don't show it in the drop-down?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Egor Braguntsov
April 11, 2023

I found a different way to make this show only clients:

I changed 'Search filter' from (objectClass=*) to (cn=client-*)