Hi,
I would like to ask if there is a way to get the data visualized in the Jira Service Desk projects’ reports via REST?
Kind Regards,
Philip
Hi,
I would like to ask if there is a way to get the data visualized in the Jira Service Desk projects’ reports via REST?
Kind Regards,
Philip
Currently, there is no way to get the report data from Jira Service Desk API. You could try GET /rest/servicedeskapi/request
to do something similar but it will return all requests’ data. Here is the documentation for GET request API.