ServiceDesks
This resource represents a service desk. A service desk is based on a project in the JIRA platform, and is used to manage customer requests.
Select
The connector will use the Jira Service Management API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the connector.
- Id supports the '=' operator.
SELECT * FROM ServiceDesks WHERE Id = '1'
Columns
Name | Type | Description |
Id [KEY] | String | The Id of the service desk. |
ProjectId | String | The ID of the project. |
ProjectName | String | The name of the project. |
ProjectKey | String | The key of the project. |