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 (3)
Mokshin Koul wrote:
Hi,
OpenProject provides a REST-API which you can use to create your dashboard.
You can read more about it in the documentation:
https://www.openproject.org/docs/api/introduction/
By utilizing the OpenProject REST API, establishing secure authentication, retrieving and consolidating data, and constructing a user-friendly interface, you can construct a comprehensive and interactive dashboard. This dashboard will showcase ticket counts and offer valuable insights into the progress and activities of users in different categories within your self-hosted OpenProject instance at Indiamart.
slope