Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
R1.0.1 Sprint 1
-
Description
When several simultaneous bulks are made the progress is updated to 100% and the file is not generated.
The error is due to error responses from JIRA rest API (HTML content) that we try to parse as JSON (normal response from JIRA rest API).
When this happen we should catch the error and provide to the user a correct error message.