Skip to content

Added warning ti get_project_issuekey_all function usage #871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2021

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