I set maxResults=1000 in myrequest:
requests.get('http://jira.xxxxxxxx.com/rest/api/2/search?jql=%s&startAt=%s&maxResults=1000' % (jql, start_issue), auth=('user', 'password'))
but it always returns 50 issues no matter what I set it to. Any ideas why it's not working? When I do a search in the Jira gui when you start typing a keyword a popup appears with suggestions based on what you typed so far but nothing ever shows up for maxResults. does that mean that keyword is not available in my Jira instance?
The maximum allowable value is dictated by the JIRA property 'jira.search.views.max.limit'. If you specify a value that is higher than this number, your search results will be truncated.
This can be set in the 'jira-config.properties' file.
Where is that file located so I can check it? nvm found it:
https://confluence.atlassian.com/display/JIRAKB/How+to+edit+the+jira-config.properties+file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My Jira admin told me he set jira.search.views.max.limit = -1 too "get rid of search limit according to documentation". I don't see that anywhere in docs. Is that a legit value to set it to?
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.
HI, is it same for vba coding by just adding -1 then it will exceed the limit?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.