Bug when retrieving sprints? #1280
Replies: 2 comments 1 reply
-
I have also run into a similar issue. Setting maxResults>50 doesn't have any effect. the maximum number of sprints returned is still the first 50 sprints. This makes it kind of unusable - since the latest sprints are the most important. Setting maxResults < 50, returns the first n sprints where n <=50. Is this the intended behaviour and how could I get all the sprints? |
Beta Was this translation helpful? Give feedback.
-
An issue was reported stating the same behavior... Kind regards |
Beta Was this translation helpful? Give feedback.
-
It seems I've run into a bug and would like to verify if others run into the same problem?
When requesting all the sprints for a board the total value provided by the return list, seems to be always equal to the maxResults value provided.
If I use:
Then all_sprints.total has a value of 50.
If I use maxResults=1, then all_sprint.total has a value of 1.
I'm using Jira 3.1.1, python 3.8.10 on Xubuntu, addressing Jira Cloud.
Edits:
When using jira.boards(...) this is not the case and everything works as expected.
The options used:
Beta Was this translation helpful? Give feedback.
All reactions