...
For details and examples, take a look at the REST API reference:
Documentation forĀ Integrity Check REST API 1.4 - available with CMJ 6.6.6 or later.
...
To run an integrity check, use the following request. For details please refer to the documentation of the latest version 1.4.
Code Block |
---|
curl -u admin:admin -i -H "Content-Type: application/json" -X POST http://localhost:2990/jira/rest/integrity-check/api/1.4/integrity -d '{"scope" : "system"}' |
...