Get Jira Service Desk reports data via REST

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?

image

Kind Regards,
Philip

2 Likes

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.

1 Like