-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Dear JiraOne Support Team,
We are using the issue_export function in the JiraOne library to store ticket details (all fields) returned by JQL queries into a CSV file.
The function call is as follows:
issue_export(folder=folder, jql=jql, final_file=output_file, fields=fields)
Recently, we encountered an issue where the script failed with a "list index out of range" error. Before the error occurred, the script generated 22 temporary files (e.g., temp_file, temp_file_0, temp_file_1000, ..., temp_file_20000). However, the final CSV file was not created, and the process terminated unexpectedly.
We would like to know:
- Has there been any recent change to the issue_export function that might affect its behavior?
- Could you guide us on how to overcome this issue and ensure successful CSV generation, even with large datasets?
Your assistance in resolving this issue would be greatly appreciated.
Thanks,
Roshinie
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested