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
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
Ahhh, thanks! Didnt know about that property!
just added a &maxResults=500 in the end and it worked :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.