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
Hello guys, this is a script which last used 3 month ago with no problem. Now search_issues() raises TypeError (my jira module version was 3.8/ I updated to 3.10.1 and still there is error)
File "C:\Work\Report\JiraConnector.py", line 11, in execute_query
issues = self.jira.search_issues(query + self.additional_restrictions, fields=["id"], maxResults=5000)
File "C:\Work\Report.venv\lib\site-packages\jira\client.py", line 3685, in search_issues
if k in iss.raw.get("fields", {}):
TypeError: argument of type 'NoneType' is not iterable
The actual data in iss.raw contains the parameter "fields" with value None. Is it a change in this module or a change in JIRA API itself that made the problem?
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, this is a script which last used 3 month ago with no problem. Now search_issues() raises TypeError (my jira module version was 3.8/ I updated to 3.10.1 and still there is error)
The actual data in iss.raw contains the parameter "fields" with value None. Is it a change in this module or a change in JIRA API itself that made the problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions