Skip to content

Conversation

@gkowalc
Copy link
Contributor

@gkowalc gkowalc commented Oct 14, 2021

get_project_issuekey_all(self, project, start=0, limit=None, expand=None): function by default doesn't specify any limitation with regards to number of returned results.
However Even with limit=None flag API will return 50 maximum, when specific high limit number for example limit=200 only 100 results will be returned. This is due to the limitation on the JIRA CLOUD API side https://jira.atlassian.com/browse/JRACLOUD-67570 and https://community.atlassian.com/t5/Jira-Software-questions/Is-there-a-limit-to-the-number-of-quot-items-quot-returned-from/qaq-p/1317195.

get_project_issuekey_all(self, project, start=0, limit=None, expand=None): function by default doesn't specify any limitation with regards to number of returned results. 
However Even with limit=None flag API will return 50 maximum, when specific high limit number for example limit=200 only 100 results will be returned. This is due to the limitation on the  JIRA CLOUD API side  https://jira.atlassian.com/browse/JRACLOUD-67570 and https://community.atlassian.com/t5/Jira-Software-questions/Is-there-a-limit-to-the-number-of-quot-items-quot-returned-from/qaq-p/1317195.
@gonchik gonchik merged commit 669db7d into atlassian-api:master Dec 30, 2021
gonchik pushed a commit that referenced this pull request Sep 3, 2022
get_project_issuekey_all(self, project, start=0, limit=None, expand=None): function by default doesn't specify any limitation with regards to number of returned results. 
However Even with limit=None flag API will return 50 maximum, when specific high limit number for example limit=200 only 100 results will be returned. This is due to the limitation on the  JIRA CLOUD API side  https://jira.atlassian.com/browse/JRACLOUD-67570 and https://community.atlassian.com/t5/Jira-Software-questions/Is-there-a-limit-to-the-number-of-quot-items-quot-returned-from/qaq-p/1317195.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants