Skip to main content
Jira Service Management
Jira Service Management
42 actions · 2 auth methods
PreviewTicketing

Authentication

OAuth 2.0

Requires registering an OAuth app in the Atlassian Developer Console. Supports granular scopes for service desk requests…Guides: Connector Profile, Link Account

API Key

Best for personal scripts and single-user automation. Uses email + API token for basic authentication.Guides: Connector Profile, Link Account
Actions
|
42 actions
Action
Description
Required scopes
List Request Approvals
Get all approvals on a customer request
List Request Comments
Get all comments on a customer request
Get Request Comment
Get a specific comment on a customer request
Create Request Comment
Create a public or internal comment on a request
List Service Desk Customers
Get customers associated with a service desk
Add Customers To Service Desk
Add customers to a service desk
Create Customer
Create a new customer account
Get Request Feedback
Get customer satisfaction feedback for a request
Post Request Feedback
Submit customer satisfaction feedback for a resolved request. Requires rating (1-5), type must be set to “csat”, and com…
Delete Request Feedback
Delete customer satisfaction feedback from a request
Get Info
Get runtime information about the JSM instance
List All Organizations (Global)
Get all organizations across the entire Jira instance. For organizations linked to a specific service desk, use list_ser…
Create Organization
Create a new organization
Get Organization
Get a specific organization by ID
Delete Organization
Delete an organization
List Organization Users
Get all users in an organization
Add Users To Organization
Add users to an organization. Pass accountIds as an array of Atlassian account ID strings. Use list_organization_users t…
Remove Users From Organization
Remove users from an organization. Pass accountIds as an array of Atlassian account ID strings. Use list_organization_us…
List Organizations For Service Desk
Get organizations linked to a specific service desk. Requires a serviceDeskId. Use list_service_desks to find the servic…
Add Organization To Service Desk
Add an organization to a service desk
Remove Organization From Service Desk
Remove an organization from a service desk
List Request Participants
Get all participants on a customer request
Add Request Participants
Add participants to a customer request
Remove Request Participants
Remove participants from a customer request
List Queues
Get all queues for a service desk
Get Queue
Get a specific queue by ID
List Queue Issues
Get issues in a specific queue
List Customer Requests
Get all customer requests accessible to the user
Get Request
Get a specific customer request by issue ID or key
Create Request
Create a new customer request in a service desk. Use list_service_desks to get serviceDeskId, list_service_desk_request_…
List All Request Types (Global)
Get all request types across all service desks globally. Use this when you need request types from every service desk at…
List Request Types For Service Desk
Get all request types available on a specific service desk. Requires a serviceDeskId. Use list_service_desks to find the…
Get Request Type
Get a specific request type by ID on a service desk. Requires both serviceDeskId and requestTypeId. Use list_service_des…
Get Request Type Fields
Get the fields for a specific request type
List Request Type Groups
Get request type groups for a service desk
List Service Desks
Get all service desks accessible to the user
Get Service Desk
Get a specific service desk by ID
List All SLA Metrics
Get all SLA metric records for a customer request. Returns each SLA metric ID, name, and cycle details. Use a returned s…
Get SLA Metric By ID
Get a specific SLA metric by its ID for a customer request. Use list_request_sla_information first to get the slaMetricI…
Get Request Status
Get the status history of a customer request
List Request Transitions
Get available workflow transitions for a request
Perform Request Transition
Perform a workflow transition on a customer request

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/jira-service-management/filled/png

Connector Profile

Jira Service Management - OAuth 2.0
https://stackone-logos.com/api/jira-service-management/filled/png

Connector Profile

Jira Service Management - API Key
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/jira-service-management/filled/png

Link Account

Jira Service Management - OAuth 2.0
https://stackone-logos.com/api/jira-service-management/filled/png

Link Account

Jira Service Management - API Key
4

Use Actions

Invoke actions using one of the methods below: