You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The reuse functionality does not return the same job Id for a bulk export task that has been requested with POST and then a GET export.
Steps to Reproduce
It shows up when somebody issues a POST/GET request for a bulk export job, and then uses a GET/POST to request the same job over again. Previously, it would have created a new job ID and not utilized the reuse function from bulk export. This fix remediates that.
The text was updated successfully, but these errors were encountered:
LalithE
changed the title
BulkExport Reuse does not return same Job Id
BulkExport Reuse does not return same Job Id when a POST and then a GET is used
Aug 9, 2023
Describe the bug
The reuse functionality does not return the same job Id for a bulk export task that has been requested with POST and then a GET export.
Steps to Reproduce
It shows up when somebody issues a POST/GET request for a bulk export job, and then uses a GET/POST to request the same job over again. Previously, it would have created a new job ID and not utilized the reuse function from bulk export. This fix remediates that.
The text was updated successfully, but these errors were encountered: