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,552,458
Community Members
 
Community Events
184
Community Groups

Select List Conversion related behaviour does not function the same in JSD as in Jira

Hi...I configured a text field to show values from an API as in the Select List Conversions documentation. I configured the REST End Point with the corresponding behavior making sure I mapped JSD and Jira project. For the most part it works ok but when the values are shown in JSD, it is showing ALL values coming from the API instead of just the values matching the 4 characters being typed by the user. In Jira itself it works fine, the values shown are the one matching the characters being typed in the field, but it does not work that way in JSD. Is there a way to fix that?

Thank you

Here is the behavior (which is actually a copy of the one you have in the documentation):

getFieldByName("Project Names").convertToMultiSelect([
ajaxOptions: [
url : getBaseUrl() + "/rest/scriptrunner/latest/custom/getProjectNames",
query: true, // keep going back to the sever for each keystroke
minQueryLength: 4,
keyInputPeriod: 500,
formatResponse: "general",
]
])

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events