Jira

Available Jira triggers for automating workflows

Jira provides 15 triggers for automating workflows based on events.

Triggers

Jira Comment Deleted

Trigger workflow when a comment is deleted from a Jira issue

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which comment 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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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)
selfstringREST API URL for this comment

Jira Comment Updated

Trigger workflow when a comment is updated on a Jira issue

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which comment updates 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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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)
selfstringREST API URL for this comment

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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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)
selfstringREST API URL for this comment

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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
issue_event_type_namestringIssue event type name from Jira (only present in issue events)
changelogobjectchangelog output from the tool
idstringChangelog ID

Jira Project Created

Trigger workflow when a project is created in Jira

Configuration

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

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (project_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
emailAddressstringEmail address of the user who triggered the event
projectobjectproject output from the tool
idstringProject ID
keystringProject key
namestringProject name
selfstringREST API URL for this project
projectTypeKeystringProject type (e.g., software, business)
leadobjectlead output from the tool
displayNamestringProject lead display name
accountIdstringProject lead account ID

Jira Sprint Closed

Trigger workflow when a sprint is closed in Jira

Configuration

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

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., sprint_started, sprint_closed)
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
emailAddressstringEmail address of the user who triggered the event
sprintobjectsprint output from the tool
idnumberSprint ID
selfstringREST API URL for this sprint
statestringSprint state (future, active, closed)
namestringSprint name
startDatestringSprint start date (ISO format)
endDatestringSprint end date (ISO format)
completeDatestringSprint completion date (ISO format)
originBoardIdnumberBoard ID the sprint belongs to
goalstringSprint goal
createdDatestringSprint creation date (ISO format)

Jira Sprint Created

Trigger workflow when a sprint is created in Jira

Configuration

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

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., sprint_started, sprint_closed)
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
emailAddressstringEmail address of the user who triggered the event
sprintobjectsprint output from the tool
idnumberSprint ID
selfstringREST API URL for this sprint
statestringSprint state (future, active, closed)
namestringSprint name
startDatestringSprint start date (ISO format)
endDatestringSprint end date (ISO format)
completeDatestringSprint completion date (ISO format)
originBoardIdnumberBoard ID the sprint belongs to
goalstringSprint goal
createdDatestringSprint creation date (ISO format)

Jira Sprint Started

Trigger workflow when a sprint is started in Jira

Configuration

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

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (e.g., sprint_started, sprint_closed)
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
emailAddressstringEmail address of the user who triggered the event
sprintobjectsprint output from the tool
idnumberSprint ID
selfstringREST API URL for this sprint
statestringSprint state (future, active, closed)
namestringSprint name
startDatestringSprint start date (ISO format)
endDatestringSprint end date (ISO format)
completeDatestringSprint completion date (ISO format)
originBoardIdnumberBoard ID the sprint belongs to
goalstringSprint goal
createdDatestringSprint creation date (ISO format)

Jira Version Released

Trigger workflow when a version is released in Jira

Configuration

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

Output

ParameterTypeDescription
webhookEventstringThe webhook event type (jira:version_released)
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
emailAddressstringEmail address of the user who triggered the event
versionobjectversion output from the tool
idstringVersion ID
namestringVersion name
selfstringREST API URL for this version
releasedbooleanWhether the version is released
releaseDatestringRelease date (ISO format)
projectIdnumberProject ID the version belongs to
descriptionstringVersion description
archivedbooleanWhether the version is archived

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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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
updateAuthorobjectupdateAuthor output from the tool
displayNamestringDisplay name of the user who last updated the worklog
accountIdstringAccount ID of the user who last updated the worklog
timeSpentstringTime spent (e.g., "2h 30m")
timeSpentSecondsnumberTime spent in seconds
commentstringWorklog comment/description
startedstringWhen the work was started (ISO format)
createdstringWhen the worklog entry was created (ISO format)
updatedstringWhen the worklog entry was last updated (ISO format)
issueIdstringID of the issue this worklog belongs to
selfstringREST API URL for this worklog entry

Jira Worklog Deleted

Trigger workflow when a worklog entry is deleted from a Jira issue

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which worklog 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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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
updateAuthorobjectupdateAuthor output from the tool
displayNamestringDisplay name of the user who last updated the worklog
accountIdstringAccount ID of the user who last updated the worklog
timeSpentstringTime spent (e.g., "2h 30m")
timeSpentSecondsnumberTime spent in seconds
commentstringWorklog comment/description
startedstringWhen the work was started (ISO format)
createdstringWhen the worklog entry was created (ISO format)
updatedstringWhen the worklog entry was last updated (ISO format)
issueIdstringID of the issue this worklog belongs to
selfstringREST API URL for this worklog entry

Jira Worklog Updated

Trigger workflow when a worklog entry is updated on a Jira issue

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoOptional secret to validate webhook deliveries from Jira using HMAC signature
jqlFilterstringNoFilter which worklog updates 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
userobjectuser output from the tool
displayNamestringDisplay name of the user who triggered the event
accountIdstringAccount ID of the user who triggered the event
emailAddressstringEmail address of the user who triggered the 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
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
duedatestringDue date for the issue
projectobjectproject output from the tool
keystringProject key
namestringProject name
idstringProject ID
summarystringIssue summary/title
descriptionjsonIssue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string.
updatedstringLast updated date (ISO format)
watchesjsonWatchers information
assigneeobjectassignee output from the tool
displayNamestringAssignee display name
accountIdstringAssignee account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
priorityobjectpriority output from the tool
namestringPriority name
idstringPriority ID
progressjsonProgress tracking information
reporterobjectreporter output from the tool
displayNamestringReporter display name
accountIdstringReporter account ID
emailAddressstringEmail address (Jira Server only — not available in Jira Cloud webhook payloads)
securitystringSecurity level
subtasksarrayArray of subtask objects
versionsarrayArray of affected versions
issuetypeobjectissuetype output from the tool
namestringIssue type name
idstringIssue type ID
resolutionobjectresolution output from the tool
namestringResolution name (e.g., Done, Fixed)
idstringResolution ID
componentsarrayArray of component objects associated with this issue
fixVersionsarrayArray of fix version objects for this issue
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
updateAuthorobjectupdateAuthor output from the tool
displayNamestringDisplay name of the user who last updated the worklog
accountIdstringAccount ID of the user who last updated the worklog
timeSpentstringTime spent (e.g., "2h 30m")
timeSpentSecondsnumberTime spent in seconds
commentstringWorklog comment/description
startedstringWhen the work was started (ISO format)
createdstringWhen the worklog entry was created (ISO format)
updatedstringWhen the worklog entry was last updated (ISO format)
issueIdstringID of the issue this worklog belongs to
selfstringREST API URL for this worklog entry

On this page