Jsm

Available Jsm triggers for automating workflows

js

Jsm provides 5 triggers for automating workflows based on events.

Triggers

JSM Request Commented

Trigger workflow when a comment is added to a Jira Service Management request

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which service desk requests trigger this workflow using JQL (Jira Query Language)

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, jira:issue_updated, comment_created)
timestampnumberTimestamp of the webhook event
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
issueobjectissue output from the tool
idstringJira issue ID
keystringIssue key (e.g., SD-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
summarystringRequest summary/title
statusobjectstatus output from the tool
namestringCurrent status name
idstringStatus ID
statusCategoryjsonStatus category information
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
issuetypeobjectissuetype output from the tool
namestringIssue type name (e.g., Service Request, Incident)
idstringIssue type ID
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
createdstringRequest creation date (ISO format)
updatedstringLast updated date (ISO format)
duedatestringDue date for the request
labelsarrayArray of labels applied to this request
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
commentobjectcomment output from the tool
idstringComment ID
bodyjsonComment body in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
authorobjectauthor output from the tool
displayNamestringComment author display name
accountIdstringComment author account ID
emailAddressstringComment author email address
updateAuthorobjectupdateAuthor output from the tool
displayNamestringDisplay name of the user who last updated the comment
accountIdstringAccount ID of the user who last updated the comment
createdstringComment creation date (ISO format)
updatedstringComment last updated date (ISO format)

JSM Request Created

Trigger workflow when a new service request is created in Jira Service Management

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which service desk requests trigger this workflow using JQL (Jira Query Language)

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, jira:issue_updated, comment_created)
timestampnumberTimestamp of the webhook event
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
issueobjectissue output from the tool
idstringJira issue ID
keystringIssue key (e.g., SD-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
summarystringRequest summary/title
statusobjectstatus output from the tool
namestringCurrent status name
idstringStatus ID
statusCategoryjsonStatus category information
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
issuetypeobjectissuetype output from the tool
namestringIssue type name (e.g., Service Request, Incident)
idstringIssue type ID
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
createdstringRequest creation date (ISO format)
updatedstringLast updated date (ISO format)
duedatestringDue date for the request
labelsarrayArray of labels applied to this request
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
issue_event_type_namestringIssue event type name from Jira

JSM Request Resolved

Trigger workflow when a service request is resolved in Jira Service Management

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which service desk requests trigger this workflow using JQL (Jira Query Language)

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, jira:issue_updated, comment_created)
timestampnumberTimestamp of the webhook event
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
issueobjectissue output from the tool
idstringJira issue ID
keystringIssue key (e.g., SD-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
summarystringRequest summary/title
statusobjectstatus output from the tool
namestringCurrent status name
idstringStatus ID
statusCategoryjsonStatus category information
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
issuetypeobjectissuetype output from the tool
namestringIssue type name (e.g., Service Request, Incident)
idstringIssue type ID
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
createdstringRequest creation date (ISO format)
updatedstringLast updated date (ISO format)
duedatestringDue date for the request
labelsarrayArray of labels applied to this request
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
issue_event_type_namestringIssue event type name from Jira
changelogobjectchangelog output from the tool
idstringChangelog ID

JSM Request Updated

Trigger workflow when a service request is updated in Jira Service Management

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which service desk requests trigger this workflow using JQL (Jira Query Language)

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, jira:issue_updated, comment_created)
timestampnumberTimestamp of the webhook event
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
issueobjectissue output from the tool
idstringJira issue ID
keystringIssue key (e.g., SD-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
summarystringRequest summary/title
statusobjectstatus output from the tool
namestringCurrent status name
idstringStatus ID
statusCategoryjsonStatus category information
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
issuetypeobjectissuetype output from the tool
namestringIssue type name (e.g., Service Request, Incident)
idstringIssue type ID
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
createdstringRequest creation date (ISO format)
updatedstringLast updated date (ISO format)
duedatestringDue date for the request
labelsarrayArray of labels applied to this request
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
issue_event_type_namestringIssue event type name from Jira
changelogobjectchangelog output from the tool
idstringChangelog ID

JSM Webhook (All Events)

Trigger workflow on any Jira Service Management webhook event

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which service desk requests trigger this workflow using JQL (Jira Query Language)

Output

ParameterTypeDescription
changelogobjectchangelog output from the tool
idstringChangelog ID
commentobjectcomment output from the tool
idstringComment ID
bodystringComment text/body
authorobjectauthor output from the tool
displayNamestringComment author display name
accountIdstringComment author account ID
emailAddressstringComment author email address
createdstringComment creation date (ISO format)
updatedstringComment last updated date (ISO format)

On this page