-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello,
I am currently trying to perform a JSON export with jiraone.
Unfortunately I get the following message:
Downloading issue export in JSON format. <Response [200]> OK ::downloading issues at page: 0 of 0 Processing. Current progress: 100% Converting Jira custom field names to Jira JSON compatible names. Verifying users membership Searching for user data. Verifying Sprint values. Extracting Sprint Ids from values. Searching for Sprint data JSON conversion started. The default CSV separator is a comma for the delimit argument, no action taken.Traceback (most recent call last): File "C:\Users\dietz\AppData\Local\Programs\Python\Python312\Lib\site-packages\jiraone\reporting.py", line 7019, in json_field_builder field_builder( File "C:\Users\dietz\AppData\Local\Programs\Python\Python312\Lib\site-packages\jiraone\reporting.py", line 7012, in field_builder start_process() File "C:\Users\dietz\AppData\Local\Programs\Python\Python312\Lib\site-packages\jiraone\reporting.py", line 6629, in start_process if not obj_name.get("column_name").startswith( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'startswith' An error has occurred: 'NoneType' object has no attribute 'startswith'
Probably a customfield is causing problems? To limit the problem, I have tried to export only certain custom fields. However, this does not seem to be possible for JSON.
Is there a possibility to restrict the customfields for the JSON export?
I get everything exported cleanly via CSV.
BR
Marcel