Page 1 of 1

A way to use the Mantisbt login to show name and use access_level

Posted: 12 Mar 2019, 14:12
by keessonnema
Our goal is to create a web-application to easily see the most recent issues and issues based on user, priority and project.
We're looking at the REST api for the calls, but this needs a generated api-token per user.

Is there a way to use the actual Mantisbt login to use in external applications? The ideal situation would be if you can use in using Mantisbt to do stuff in our web-application (like checking project-status, assigned to, due date, etc)

I don't know if creating an api-token for each user is an ideal situation.