Possible Bug with Webservice Dropdown?

Maximilian Herbert August 27, 2024

Hey there,

 

so I set up a field in my ConfiForm as type "WebService Dropdown". As URL I use a RESTAPI Call with JQL Filter:

/rest/api/2/search?jql=labels=label1+and+status!=Stornierung+and+issuetype=99999

 

 

This returns the issues I wanna have in the dropdown.

Now the problem is, that some Issues are missing -  it seems like there are too many issues and after a certain amount of issues the Dropdown field doesnt show the rest.

 

Is this kind of a bug or is it somehow possible to show every issue found by that filter?

Greetz Max

 

1 answer

1 accepted

2 votes
Answer accepted
Alex Medved _ConfiForms_
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.
August 27, 2024

Hi @Maximilian Herbert 

Most probably you are hitting the limits set in your Jira for "maxResults" with this default API call

https://developer.atlassian.com/server/jira/platform/rest/v10000/api-group-search/#api-group-search

Alex

Maximilian Herbert August 27, 2024

Ahhh, thanks! Didnt know about that property!

just added a &maxResults=500 in the end and it worked :)

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events