Commit 669db7d
authored
Added warning ti get_project_issuekey_all function usage (#871)
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.1 parent 28c0480 commit 669db7d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments