Integrity Check for Jira version 1.4
http://yourjira.com/jira/rest/integrity-check/api/1.4/
/integrity
Run Integrity Check.
Start an Integrity Check operation. The scope of the operation can be either 'system', 'project' or 'snapshot scope'. Include all filters/boards/dashboards by setting the corresponding parameters to 'true'. Please refer to the examples for details!
/integrity/{id}
Get the progress or end result of the Integrity check operation with the given id.
Get the progress or end result of the Integrity check operation with the given id.
/integrity/{id}/csv
Get a csv file with the end result of the Integrity check operation with the given id.
Get a csv file with the end result of the Integrity check operation with the given id.
/integrity/{id}/cancel
Cancel a running Integrity Check operation.
/integrity/scoped
Snapshot scope.
Start an Integrity Check operation on the last unsuccessful snapshot. After successfully completing the operation, use "/integrity/{id}" to get the result.