Content
You are here:
Need to create a dashboard for getting tickets counts and types
Added by Mokshin Koul 12 months ago
At Indiamart we wanted to create a dashboard where we could display the ticket counts of a particular user across various buckets like bug, story , task, etc. For this we wanted to enquire if any service or API is provided by openproject so that we could implement that on our end. We also already have a self hosted instance of openproject being used at our company.
Replies (1)
Hello Mokshin,
I recommend you to check out the API docs on this topic. The API offers quite a lot different endpoints and certain filter objects:
https://www.openproject.org/docs/api/introduction/
https://www.openproject.org/docs/api/filters/
Best
Alexander