You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before raising any bug be sure that you used the latest release and that it still reproduces with the latest master. No other version is supported.
Describe the bug
getting sprints by name from a board where there were 2 sprints with the same name (one started and one not started)
resulted in an undefined exception
board_id = 5
jira_client.sprints_by_name(board_id)
File "C:\Users\....\venv37\lib\site-packages\jira\client.py", line 4053, in sprints_by_name
raise Exception
Before raising any bug be sure that you used the latest release and that it still reproduces with the latest master. No other version is supported.
Describe the bug
getting sprints by name from a board where there were 2 sprints with the same name (one started and one not started)
resulted in an undefined exception
To Reproduce
Steps to reproduce the behavior:
Expected behavior
a clearer error or no exception
Stack Trace
Version Information
Type of Jira instance:
Python Interpreter: 3.7.7
jira-python: 3.0.1
Additional context
I'd like to open a PR but i dont actually know if jira instances shoudl eb able to ahndle two sprints with the same name...
The text was updated successfully, but these errors were encountered: