Skip to main content
Server path: /jira-itsm | Type: Application | PCID required: Yes IT service management

Tools

ToolDescription
jira-itsm_get_service_desk_infoGet general information about the Jira Service Desk instance
jira-itsm_list_service_desksList all service desk projects that the user has permission to view
jira-itsm_get_service_desk_by_idRetrieve a specific service desk by its ID
jira-itsm_create_customer_requestCreate a new customer request (ticket) in a specified service desk
jira-itsm_list_customer_requestsList customer requests with optional filtering and pagination
jira-itsm_get_customer_requestRetrieve a specific customer request by its ID or key
jira_itsm_get_request_statusGet status history for a specific customer request
jira_itsm_get_request_typesGet all request types available for a specific service desk
jira_itsm_get_request_type_by_idGet details of a specific request type

jira-itsm_get_service_desk_info

Get general information about the Jira Service Desk instance

jira-itsm_list_service_desks

List all service desk projects that the user has permission to view Parameters:
ParameterTypeRequiredDefaultDescription
startnumberNo0Starting index for pagination (default: 0)
limitnumberNo50Maximum number of service desks to return (default: 50)

jira-itsm_get_service_desk_by_id

Retrieve a specific service desk by its ID Parameters:
ParameterTypeRequiredDefaultDescription
serviceDeskIdstringYesThe unique identifier of the service desk to retrieve

jira-itsm_create_customer_request

Create a new customer request (ticket) in a specified service desk Parameters:
ParameterTypeRequiredDefaultDescription
serviceDeskIdstringYesThe ID of the service desk where the request will be created
requestTypeIdstringYesThe ID of the request type for the new request
requestFieldValuesobjectYesField values for the request including summary and description

jira-itsm_list_customer_requests

List customer requests with optional filtering and pagination Parameters:
ParameterTypeRequiredDefaultDescription
startnumberNo0Starting index for pagination (default: 0)
limitnumberNo50Maximum number of requests to return (default: 50)
requestOwnershipstringNoFilter by request ownership (e.g., “owned”, “participated”)
requestStatusstringNoFilter by request status (e.g., “open”, “closed”)
searchTermstringNoSearch term to filter requests by content
serviceDeskIdstringNoFilter requests by specific service desk ID

jira-itsm_get_customer_request

Retrieve a specific customer request by its ID or key Parameters:
ParameterTypeRequiredDefaultDescription
issueIdOrKeystringYesThe issue ID or key of the customer request to retrieve

jira_itsm_get_request_status

Get status history for a specific customer request Parameters:
ParameterTypeRequiredDefaultDescription
issueIdOrKeystringYesThe issue ID or key of the customer request
startnumberNo0Starting index for pagination (default: 0)
limitnumberNo50Maximum number of status entries to return (default: 50)

jira_itsm_get_request_types

Get all request types available for a specific service desk Parameters:
ParameterTypeRequiredDefaultDescription
serviceDeskIdstringYesThe ID of the service desk to get request types for

jira_itsm_get_request_type_by_id

Get details of a specific request type Parameters:
ParameterTypeRequiredDefaultDescription
serviceDeskIdstringYesThe ID of the service desk
requestTypeIdstringYesThe ID of the request type to retrieve