When a job is created its status becomes available using this endpoint, it will remain so for approximately one day, after that the job status is removed.
The status field has one of the following values:
pending: the job was created but is not running yet.
working: the job is currently running.
failed: the job ended in failure.
successful: all tests were successfully imported and the job ended.
partially_successful: some tests were imported sucessfully and some weren't and the job has finished.
unsuccessful: no tests were imported and job has finished.
When the job ends, in the status the result will be returned. This result has 2 sections, the errors section and the issues section, the first one has all the tests that weren't imported along with the errors that prevented them from being imported, the second section has the information of the issues that were successfully imported along with the JIRA issue id, key and self URL. In both section the elementNumber field indicates the index of the test it refers to in the input.