-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
issue_export failing #119
Comments
Adding here that I am also getting this same error and that I can reproduce this with literally any set of parameters - I am unable to get ANY exports to run successfully on this version. |
@alpesmaritimes34170 It appears there is a problem related to an absent key in the # import statement
fields = []
jql = ...
issue_export(jql=jql, fields=fields) |
That resolved the issue for me @princenyeche. In fact not only did it resolve the issues using 0.7.8 but it also solved the problem I was having with getting the default fields for my exports noted in #120 Thank you |
It works for me also with this workaround. Thank you. |
the fix is out on #115. |
Context : JIRA datacenter v9.8.1, python 3.12
When running issue_export(query=jql) , I get following error:
Could you please help?
The text was updated successfully, but these errors were encountered: