Check Issue Export Status

This endpoint is used to poll for the progress of an issue exportjob and return the zip file after the job is complete.As long as the job is running, this will return a 202 responsewith in the response body a description of the current status.After the job has been scheduled, but before it starts executing, the endpointreturns a 202 response with status `ACCEPTED`.Once it starts running, it is a 202 response with status `STARTED` and progress filled.Aft...