Jira

Available Jira triggers for automating workflows

Jira provides 6 triggers for automating workflows based on events.

Triggers

Jira Issue Commented

Trigger workflow when a comment is added to a Jira issue

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which issue comments trigger this workflow using JQL

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, comment_created, worklog_created)
timestampnumberTimestamp of the webhook event
issueobjectissue output from the tool
idstringJira issue ID
keystringJira issue key (e.g., PROJ-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
votesjsonVotes on this issue
labelsarrayArray of labels applied to this issue
statusobjectstatus output from the tool
namestringStatus name
idstringStatus ID
statusCategoryjsonStatus category information
createdstringIssue creation date (ISO format)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringCreator email address
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringAssignee email address
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringReporter email address
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type 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)

Jira Issue Created

Trigger workflow when a new issue is created in Jira

Configuration

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

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, comment_created, worklog_created)
timestampnumberTimestamp of the webhook event
issueobjectissue output from the tool
idstringJira issue ID
keystringJira issue key (e.g., PROJ-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
votesjsonVotes on this issue
labelsarrayArray of labels applied to this issue
statusobjectstatus output from the tool
namestringStatus name
idstringStatus ID
statusCategoryjsonStatus category information
createdstringIssue creation date (ISO format)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringCreator email address
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringAssignee email address
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringReporter email address
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
issue_event_type_namestringIssue event type name from Jira (only present in issue events)

Jira Issue Deleted

Trigger workflow when an issue is deleted in Jira

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which issue deletions trigger this workflow using JQL

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, comment_created, worklog_created)
timestampnumberTimestamp of the webhook event
issueobjectissue output from the tool
idstringJira issue ID
keystringJira issue key (e.g., PROJ-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
votesjsonVotes on this issue
labelsarrayArray of labels applied to this issue
statusobjectstatus output from the tool
namestringStatus name
idstringStatus ID
statusCategoryjsonStatus category information
createdstringIssue creation date (ISO format)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringCreator email address
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringAssignee email address
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringReporter email address
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
issue_event_type_namestringIssue event type name from Jira (only present in issue events)

Jira Issue Updated

Trigger workflow when an issue is updated in Jira

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which issue updates trigger this workflow using JQL
fieldFiltersstringNoComma-separated list of fields to monitor. Only trigger when these fields change.

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, comment_created, worklog_created)
timestampnumberTimestamp of the webhook event
issueobjectissue output from the tool
idstringJira issue ID
keystringJira issue key (e.g., PROJ-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
votesjsonVotes on this issue
labelsarrayArray of labels applied to this issue
statusobjectstatus output from the tool
namestringStatus name
idstringStatus ID
statusCategoryjsonStatus category information
createdstringIssue creation date (ISO format)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringCreator email address
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringAssignee email address
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringReporter email address
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
issue_event_type_namestringIssue event type name from Jira (only present in issue events)
changelogobjectchangelog output from the tool
idstringChangelog ID

Jira Webhook (All Events)

Trigger workflow on any Jira webhook event

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature

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)
worklogobjectworklog output from the tool
idstringWorklog entry ID
authorobjectauthor output from the tool
displayNamestringWorklog author display name
accountIdstringWorklog author account ID
emailAddressstringWorklog author email address
timeSpentstringTime spent (e.g., "2h 30m")
timeSpentSecondsnumberTime spent in seconds
commentstringWorklog comment/description
startedstringWhen the work was started (ISO format)

Jira Worklog Created

Trigger workflow when time is logged on a Jira issue

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which worklog entries trigger this workflow using JQL

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., jira:issue_created, comment_created, worklog_created)
timestampnumberTimestamp of the webhook event
issueobjectissue output from the tool
idstringJira issue ID
keystringJira issue key (e.g., PROJ-123)
selfstringREST API URL for this issue
fieldsobjectfields output from the tool
votesjsonVotes on this issue
labelsarrayArray of labels applied to this issue
statusobjectstatus output from the tool
namestringStatus name
idstringStatus ID
statusCategoryjsonStatus category information
createdstringIssue creation date (ISO format)
creatorobjectcreator output from the tool
displayNamestringCreator display name
accountIdstringCreator account ID
emailAddressstringCreator email address
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringAssignee email address
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringReporter email address
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
worklogobjectworklog output from the tool
idstringWorklog entry ID
authorobjectauthor output from the tool
displayNamestringWorklog author display name
accountIdstringWorklog author account ID
emailAddressstringWorklog author email address
timeSpentstringTime spent (e.g., "2h 30m")
timeSpentSecondsnumberTime spent in seconds
commentstringWorklog comment/description
startedstringWhen the work was started (ISO format)

On this page