Skip to main content

Jira Service Management Connector

Jira Service Management Jira Service Management is an IT service management (ITSM) platform from Atlassian for managing service requests, incidents, and changes. This component allows managing service desks, requests, request types, queues, approvals, organizations, and customers within Jira Service Management.

API Documentation

This component was built using the Jira Service Management Cloud REST API.

Connections

Basic Authentication

Authenticate using an email address and API token.

To authenticate with Jira Service Management using Basic Authentication, an email address and an API token are required.

Prerequisites

  • A Jira Cloud instance with Jira Service Management enabled
  • An Atlassian account with appropriate permissions

Setup Steps

  1. Navigate to Atlassian Account API Tokens
  2. Click Create API token
  3. Enter a label for the token and click Create
  4. Copy the generated API token value

For more information on generating API tokens, refer to the Atlassian documentation.

Configure the Connection

Create a connection of type Basic Authentication and configure the following fields:

  • For Username, enter the email address associated with the Atlassian account
  • For API Key, enter the API token generated in the previous step
  • For Host, enter the Atlassian site hostname without https:// (e.g., example-company.atlassian.net)
InputCommentsDefault
UsernameThe Atlassian account email address used for authentication.
API KeyThe Atlassian API token. Generate one at Atlassian API Tokens.
HostThe Atlassian site hostname (without https://).

OAuth 2.0

Authenticate using OAuth 2.0.

To connect to Jira Service Management using OAuth 2.0, create and configure an OAuth 2.0 (3LO) application in the Atlassian Developer Console.

Prerequisites

Setup Steps

  1. Navigate to the Atlassian Developer Console and click Create then OAuth 2.0 integration
  2. Enter a name for the application and click Create
  3. In the left sidebar, click Authorization and then click Add next to OAuth 2.0 (3LO)
  4. Enter the OAuth 2.0 callback URL as the Callback URL: https://oauth2.integrations.acme.com/callback
  5. Click Save changes
  6. In the left sidebar, click Permissions and configure the required scopes for Jira Service Management access
  7. In the left sidebar, click Settings to find the Client ID and Secret values

Refer to the Atlassian OAuth 2.0 (3LO) documentation for detailed setup instructions.

Configure the Connection

Create a connection of type OAuth 2.0 and configure the following fields:

  • For Authorize URL, the default value is pre-configured for Atlassian Cloud APIs:
    https://auth.atlassian.com/authorize?audience=api.atlassian.com&prompt=consent
  • For Token URL, the default value is:
    https://auth.atlassian.com/oauth/token
  • For Scopes, the default value includes common Jira Service Management scopes:
    read:servicedesk-request write:servicedesk-request manage:servicedesk-customer read:jira-user offline_access
    Refer to the Atlassian scopes documentation for additional scope information.
  • Enter the Client ID and Client Secret from the application settings in the Developer Console
  • Optionally, enter the Atlassian Site Name if the Atlassian account has access to multiple Jira sites (e.g., example-company.atlassian.net). If left blank, the connection uses the first accessible site.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Authorize URLThe OAuth 2.0 Authorization URL for Atlassian. The audience parameter is required for cloud APIs.https://auth.atlassian.com/authorize?audience=api.atlassian.com&prompt=consent
Token URLThe OAuth 2.0 Token URL for Atlassian.https://auth.atlassian.com/oauth/token
ScopesSpace-delimited list of OAuth 2.0 scopes for Jira Service Management access.read:servicedesk-request write:servicedesk-request manage:servicedesk-customer read:jira-user read:ops-alert:jira-service-management write:ops-alert:jira-service-management delete:ops-alert:jira-service-management read:ops-config:jira-service-management write:ops-config:jira-service-management delete:ops-config:jira-service-management read:cmdb-object:jira write:cmdb-object:jira delete:cmdb-object:jira read:cmdb-schema:jira write:cmdb-schema:jira delete:cmdb-schema:jira read:cmdb-type:jira write:cmdb-type:jira delete:cmdb-type:jira read:cmdb-attribute:jira offline_access
Client IDOAuth 2.0 Client ID from the Atlassian Developer Console.
Client SecretOAuth 2.0 Client Secret from the Atlassian Developer Console.
Atlassian Site NameOptional Atlassian site name or URL to connect to. By default, connects to the first accessible site. Set this when the authenticated account has access to multiple Jira sites.

Ops Integration API Key

Authenticate with the JSM Ops Integration Events API using a GenieKey integration API key.

InputCommentsDefault
API KeyGenieKey API key generated from a JSM Ops API integration. Find this under Operations > Integrations in your JSM project.

Triggers

New Ops Alerts

Fetches new alerts created in Jira Service Management Ops on a recurring schedule.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Additional QueryAtlassian Ops query terms appended to the built-in createdAt filter. Uses OpsGenie query language syntax.

New Service Requests

Fetches new service requests created in Jira Service Management on a recurring schedule.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDLimits new requests to a specific service desk. When omitted, requests from all accessible service desks are returned.

Actions

Acknowledge Integration Alert

Acknowledges an alert via the integration API. Returns an asynchronous request ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe alert identifier — by default the alert ID. To use the tiny ID or alias, set Identifier Type accordingly.
Identifier TypeFormat of the alert identifier. Use alias only when the alert is in OPEN status — closed alerts cannot be referenced by alias.id
UserDisplay name of the user performing the action. Used to attribute the alert action in audit history.
SourceSource of the alert. Defaults to the IP address of the request when omitted.
NoteAdditional note posted alongside the alert action.

Acknowledge Ops Alert

Acknowledges an Ops alert.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe identifier of the alert.

Add Attachment

Attaches a previously uploaded temporary file to a service request.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Temporary File IDThe ID of the temporary file previously uploaded via the Upload Attachment action.

Add Comment

Adds a comment to a service request.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Comment BodyThe message to post on the request. Supports plain text and is rendered in the customer portal.
PublicWhen true, the comment is visible to the customer. When false, the comment is internal only.true

Add Customers to Service Desk

Adds one or more existing customers to the specified service desk by accountId.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Account IDsThe Atlassian accountIds to include in the request. Provide a JSON array of string identifiers.

Add Integration Alert Note

Adds a note to an alert via the integration API. Returns an asynchronous request ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe alert identifier — by default the alert ID. To use the tiny ID or alias, set Identifier Type accordingly.
Identifier TypeFormat of the alert identifier. Use alias only when the alert is in OPEN status — closed alerts cannot be referenced by alias.id
NoteThe note content to add to the alert.
UserDisplay name of the user performing the action. Used to attribute the alert action in audit history.
SourceSource of the alert. Defaults to the IP address of the request when omitted.

Add Organization to Service Desk

Links an organization to the specified service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.

Add Users to Organization

Adds users to an organization by accountId.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.
Account IDsThe Atlassian accountIds to include in the request. Provide a JSON array of string identifiers.

Approve or Decline Request

Approves or declines a pending approval on a service request.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Approval IDThe ID of the approval to respond to. Use the List Approvals action or the Approval data source to find this value.
DecisionWhether to approve or decline the request.

Close Integration Alert

Closes (resolves) an alert via the integration API. Returns an asynchronous request ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe alert identifier — by default the alert ID. To use the tiny ID or alias, set Identifier Type accordingly.
Identifier TypeFormat of the alert identifier. Use alias only when the alert is in OPEN status — closed alerts cannot be referenced by alias.id
UserDisplay name of the user performing the action. Used to attribute the alert action in audit history.
SourceSource of the alert. Defaults to the IP address of the request when omitted.
NoteAdditional note posted alongside the alert action.

Close Ops Alert

Closes (resolves) an Ops alert.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe identifier of the alert.

Create Asset Object

Creates a new Assets/CMDB object of the specified object type with the provided attributes.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Schema IDID of the Assets object schema. Use the Select Schema data source or List Schemas action.
Object Type IDID of the object type. Use the Select Object Type data source after picking a schema.
AttributesJSON array of attribute payloads for this object. Each item has the shape { objectTypeAttributeId, objectAttributeValues: [{ value }] }.
Additional FieldsExtra request body properties to merge into the payload alongside the standard inputs. Provide a JSON object keyed by field name.

Create Customer

Creates a portal-only customer account, adds them to the specified service desk, and sends an invite email.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
EmailThe email address of the new portal-only customer.
Display NameThe full name shown for the customer in the portal and on issues they raise.

Create Integration Alert

Ingests a new alert into JSM Ops via the integration API. Returns an asynchronous request ID; use Get Integration Alert Request to check processing status.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
MessageThe alert message that summarises what happened. Truncated to 130 characters by Atlassian.
AliasClient-defined identifier for deduplication. Subsequent alerts with the same alias and OPEN status are de-duplicated to the first one.
DescriptionDetailed message body. Markdown is supported. Truncated to 15,000 characters by Atlassian.
RespondersJSON array of responder objects to assign. Each item must include type (team, user, escalation, schedule) and one of id, name, or username.
Visible ToJSON array restricting alert visibility to specific teams or users. Same shape as Responders.
ActionsJSON array of custom action names that can later be invoked on the alert.
TagsJSON array of string tags to attach to the alert.
DetailsJSON object of arbitrary key/value pairs stored alongside the alert.
EntityOptional entity field used to specify which domain the alert is related to (e.g. a server name).
SourceSource of the alert. Defaults to the IP address of the request when omitted.
PriorityPriority level of the alert. Defaults to P3.P3
UserDisplay name of the user performing the action. Used to attribute the alert action in audit history.
NoteAdditional note posted alongside the alert action.

Create Ops Alert

Creates a new alert in JSM Ops. Returns an asynchronous request ID; use Get Ops Alert to fetch the resulting alert once processed.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
MessageBrief alert summary. Truncated to 130 characters by Atlassian.
DescriptionDetailed message body. Markdown is supported. Truncated to 15,000 characters by Atlassian.
PriorityPriority level of the alert. Defaults to P3.P3
AliasClient-defined identifier for deduplication. Subsequent alerts with the same alias and OPEN status are de-duplicated to the first one.
TagsJSON array of string tags to attach to the alert.
Additional FieldsExtra request body properties to merge into the payload alongside the standard inputs. Provide a JSON object keyed by field name.

Create Organization

Creates a new organization.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization NameA unique display label for the organization, shown to agents and customers in the portal.

Create Portal-Only Customer

Creates a portal-only customer account without linking them to a service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
EmailThe email address of the new portal-only customer.
Display NameThe full name shown for the customer in the portal and on issues they raise.

Create Request

Creates a new service request in the specified service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Request Type IDThe ID of the request type to create the request as. Use the List Request Types action or the Request Type data source.
SummaryA brief, one-line subject shown in the portal and issue list.
DescriptionAdditional detail about the request. Displayed on the request view for agents and customers.
Field ValuesJSON object of additional request field values required by the request type. Keys are field IDs.
Raise On Behalf OfThe accountId of the customer to raise the request on behalf of. If omitted, the request is raised by the authenticated user.
Additional FieldsExtra request body properties to merge into the payload alongside the standard inputs. Provide a JSON object keyed by field name.

Delete Asset Object

Deletes an Assets/CMDB object by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Object IDNumeric ID of the Assets object (e.g. 425). Distinct from the human-readable object key (e.g. ITAM-425).

Delete Ops Alert

Deletes an Ops alert.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe identifier of the alert.

Delete Organization

Deletes an organization by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.

Delete Organization Property

Removes a custom property from an organization by key.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.
Property KeyThe key identifying the custom property to store against the organization.

Get Asset Object

Returns a single Assets/CMDB object by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Object IDNumeric ID of the Assets object (e.g. 425). Distinct from the human-readable object key (e.g. ITAM-425).

Get Asset Schema

Returns a single Assets/CMDB object schema by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Schema IDID of the Assets object schema. Use the Select Schema data source or List Schemas action.

Get Integration Alert Request

Returns the processing status of an asynchronous Integration Events request by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Request IDThe async request ID returned by a previous Ops Integration Events action.

Get Ops Alert

Returns a single Ops alert by identifier.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe identifier of the alert.

Get Ops On-Call

Returns the recipients currently on-call for the specified Ops schedule.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
ScheduleThe ID of the schedule.
Flatten On-CallWhen true, returns only the user IDs of the on-call participants. When false, returns the full rotation tree.false
Reference DateISO-8601 timestamp at which to evaluate the on-call list. Defaults to the current time.

Get Ops Schedule

Returns a single Ops schedule by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
ScheduleThe ID of the schedule.

Get Organization

Returns a single organization by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.

Get Organization Property

Returns the value of a single organization property.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.
Property KeyThe key identifying the custom property to store against the organization.

Get Request

Returns a single service request by issue ID or key.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.

Get Request Type

Returns a single request type for a service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Request Type IDThe ID of the request type to create the request as. Use the List Request Types action or the Request Type data source.

Get Service Desk

Returns a single service desk by ID.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.

List Approvals

Returns the approvals for a service request.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Asset Schemas

Returns all Assets/CMDB object schemas in the workspace.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
Start AtIndex of the first result to return.0
Max ResultsMaximum number of results per page.50
Additional Query ParametersExtra query string parameters to merge into the request URL alongside the standard inputs. Provide a JSON object keyed by parameter name.

List Comments

Returns comments for a service request.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Customers

Returns customers associated with a service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Ops Alerts

Returns alerts in JSM Ops, optionally filtered by query.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
QueryAtlassian Ops query string used to filter the alert list (e.g. status: open AND priority: P1).
SortField to sort the alerts by (e.g. createdAt, priority).
OrderSort order applied alongside the Sort field.desc
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
OffsetIndex of the first result to return.0
SizeMaximum number of results per page (Atlassian max: 100).20
Additional Query ParametersExtra query string parameters to merge into the request URL alongside the standard inputs. Provide a JSON object keyed by parameter name.

List Ops Schedules

Returns all on-call schedules configured in JSM Ops.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
QueryFilters schedules by name (substring match).
OffsetIndex of the first result to return.0
SizeMaximum number of results per page (Atlassian max: 50).25
Additional Query ParametersExtra query string parameters to merge into the request URL alongside the standard inputs. Provide a JSON object keyed by parameter name.

List Organization Properties

Returns the property keys stored against an organization.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.

List Organizations

Returns all organizations in the Jira Service Management instance.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Organization Users

Returns users associated with an organization.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Queue Issues

Returns the issues in a service desk queue.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Queue IDThe unique identifier of the queue. Use the List Queues action or the Queue data source.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Queues

Returns queues for a service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Requests

Returns service requests for the given service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Request Types

Returns all request types for a service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Schema Object Types

Returns all object types defined in the specified Assets/CMDB object schema.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Schema IDID of the Assets object schema. Use the Select Schema data source or List Schemas action.
Additional Query ParametersExtra query string parameters to merge into the request URL alongside the standard inputs. Provide a JSON object keyed by parameter name.

List Service Desk Organizations

Returns organizations linked to a service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Service Desks

Returns all service desks in the Jira Service Management instance.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List SLA Information

Returns SLA information for a service request.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

List Transitions

Returns available status transitions for a service request.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Fetch AllWhen true, automatically fetches all pages of results using pagination. Ignores start and limit when true.false
StartThe starting index of the returned items. First item is 0.0
LimitThe maximum number of items to return per page.

Raw Request

Send raw HTTP request to the Jira Service Management REST API.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
URLInput the path only (e.g., /servicedesk). The base URL is resolved from the connection automatically.
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false

Remove Customers from Service Desk

Removes one or more customers from the specified service desk by accountId.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Account IDsThe Atlassian accountIds to include in the request. Provide a JSON array of string identifiers.

Remove Organization from Service Desk

Unlinks an organization from the specified service desk.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.

Remove Users from Organization

Removes users from an organization by accountId.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.
Account IDsThe Atlassian accountIds to include in the request. Provide a JSON array of string identifiers.

Revoke Portal-Only Access

Revokes a user's portal-only access so they can no longer log in as a portal customer.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Account IDThe Atlassian accountId of the customer.

Search Asset Objects

Searches Assets/CMDB objects using AQL (Asset Query Language).

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
AQL QueryAsset Query Language expression used to filter objects (e.g. objectType = "Computer" AND Name LIKE "web-*").
Include AttributesWhen true, full attribute values are returned for each object. Disable to reduce payload size.true
Start AtIndex of the first result to return.0
Max ResultsMaximum number of results per page.50

Set Organization Property

Stores a custom JSON value against an organization under the specified property key.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Organization IDThe unique identifier of the organization. Use the List Organizations action or the Organization data source.
Property KeyThe key identifying the custom property to store against the organization.
Property ValueJSON value to store for the property. Can be any valid JSON (object, array, string, number, or boolean).

Snooze Ops Alert

Snoozes an Ops alert until the supplied ISO-8601 timestamp.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Alert IdentifierThe identifier of the alert.
Snooze UntilISO-8601 timestamp until which the alert is snoozed (e.g. 2026-05-04T18:30:00Z).

Transition Request

Transitions a service request to a new status.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Issue ID or KeyThe ID or key of the service request issue (e.g., IT-42 or 10001). Use the Select Request data source or List Requests action to find this value.
Transition IDThe ID of the transition to apply. Use the List Transitions action or the Transition data source to find available transitions.
CommentA message posted on the request when the transition is executed. Visible to the customer by default.

Update Asset Object

Updates an existing Assets/CMDB object with the supplied attributes.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Object IDNumeric ID of the Assets object (e.g. 425). Distinct from the human-readable object key (e.g. ITAM-425).
Object Type IDID of the object type. Use the Select Object Type data source after picking a schema.
AttributesJSON array of attribute payloads for this object. Each item has the shape { objectTypeAttributeId, objectAttributeValues: [{ value }] }.
Additional FieldsExtra request body properties to merge into the payload alongside the standard inputs. Provide a JSON object keyed by field name.

Upload Temporary File

Uploads a file as a temporary attachment for later use with Add Attachment.

InputCommentsDefault
ConnectionThe Jira Service Management connection to use.
Service Desk IDThe unique identifier of the service desk. Use the List Service Desks action or the Service Desk data source to find this value.
File ContentsThe contents of the file to upload. Can be a string or binary data (e.g., image or PDF) from a previous step.
File NameThe filename to associate with the uploaded attachment, including the extension (e.g., report.pdf).