Mantis Bug Tracker REST API
Mantis Bug Tracker (MantisHub) REST APIs.
REST API calls have to be authenticated by creating an API token for the user doing the calls, and then passing the API token in the 'Authorization' header. However, for anonymous access, the API key and header are not needed.
Postman Environment Variables:
- token - The API token to be used for authentication.
- url - The base URL for Mantis instance (e.g. 'https://mantisbt' or 'https://instance-name.mantishub.io').
There has been significant improvements and feature additions for REST API in each of the recent releases. Hence, it is highly recommended to use latest release when leveraging the REST APIs.
REST API is enabled by default since MantisBT 2.8.0 release.
Issues
A set of REST API for handling issues.
GETGet an issue
Get issue with the specified id.
Available since MantisBT 2.3.0. Issue history included since MantisBT 2.9.0.
GETGet an issue (specific fields)
Get selected fields for issue with the specified id.
Ability to select fields is available since MantisBT 2.26.0.