Jira
Available Jira triggers for automating workflows
Jira provides 15 triggers for automating workflows based on events.
Trigger workflow when a comment is deleted from a Jira issue
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which comment deletions trigger this workflow using JQL |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
comment | object | comment output from the tool |
↳ id | string | Comment ID |
↳ body | json | Comment body in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ author | object | author output from the tool |
↳ displayName | string | Comment author display name |
↳ accountId | string | Comment author account ID |
↳ emailAddress | string | Comment author email address |
↳ updateAuthor | object | updateAuthor output from the tool |
↳ displayName | string | Display name of the user who last updated the comment |
↳ accountId | string | Account ID of the user who last updated the comment |
↳ created | string | Comment creation date (ISO format) |
↳ updated | string | Comment last updated date (ISO format) |
↳ self | string | REST API URL for this comment |
Trigger workflow when a comment is updated on a Jira issue
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which comment updates trigger this workflow using JQL |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
comment | object | comment output from the tool |
↳ id | string | Comment ID |
↳ body | json | Comment body in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ author | object | author output from the tool |
↳ displayName | string | Comment author display name |
↳ accountId | string | Comment author account ID |
↳ emailAddress | string | Comment author email address |
↳ updateAuthor | object | updateAuthor output from the tool |
↳ displayName | string | Display name of the user who last updated the comment |
↳ accountId | string | Account ID of the user who last updated the comment |
↳ created | string | Comment creation date (ISO format) |
↳ updated | string | Comment last updated date (ISO format) |
↳ self | string | REST API URL for this comment |
Trigger workflow when a comment is added to a Jira issue
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which issue comments trigger this workflow using JQL |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
comment | object | comment output from the tool |
↳ id | string | Comment ID |
↳ body | json | Comment body in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ author | object | author output from the tool |
↳ displayName | string | Comment author display name |
↳ accountId | string | Comment author account ID |
↳ emailAddress | string | Comment author email address |
↳ updateAuthor | object | updateAuthor output from the tool |
↳ displayName | string | Display name of the user who last updated the comment |
↳ accountId | string | Account ID of the user who last updated the comment |
↳ created | string | Comment creation date (ISO format) |
↳ updated | string | Comment last updated date (ISO format) |
↳ self | string | REST API URL for this comment |
Trigger workflow when a new issue is created in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which issues trigger this workflow using JQL (Jira Query Language) |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
issue_event_type_name | string | Issue event type name from Jira (only present in issue events) |
Trigger workflow when an issue is deleted in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which issue deletions trigger this workflow using JQL |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
issue_event_type_name | string | Issue event type name from Jira (only present in issue events) |
Trigger workflow when an issue is updated in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which issue updates trigger this workflow using JQL |
fieldFilters | string | No | Comma-separated list of fields to monitor. Only trigger when these fields change. |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
issue_event_type_name | string | Issue event type name from Jira (only present in issue events) |
changelog | object | changelog output from the tool |
↳ id | string | Changelog ID |
Trigger workflow when a project is created in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (project_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
project | object | project output from the tool |
↳ id | string | Project ID |
↳ key | string | Project key |
↳ name | string | Project name |
↳ self | string | REST API URL for this project |
↳ projectTypeKey | string | Project type (e.g., software, business) |
↳ lead | object | lead output from the tool |
↳ displayName | string | Project lead display name |
↳ accountId | string | Project lead account ID |
Trigger workflow when a sprint is closed in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., sprint_started, sprint_closed) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
sprint | object | sprint output from the tool |
↳ id | number | Sprint ID |
↳ self | string | REST API URL for this sprint |
↳ state | string | Sprint state (future, active, closed) |
↳ name | string | Sprint name |
↳ startDate | string | Sprint start date (ISO format) |
↳ endDate | string | Sprint end date (ISO format) |
↳ completeDate | string | Sprint completion date (ISO format) |
↳ originBoardId | number | Board ID the sprint belongs to |
↳ goal | string | Sprint goal |
↳ createdDate | string | Sprint creation date (ISO format) |
Trigger workflow when a sprint is created in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., sprint_started, sprint_closed) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
sprint | object | sprint output from the tool |
↳ id | number | Sprint ID |
↳ self | string | REST API URL for this sprint |
↳ state | string | Sprint state (future, active, closed) |
↳ name | string | Sprint name |
↳ startDate | string | Sprint start date (ISO format) |
↳ endDate | string | Sprint end date (ISO format) |
↳ completeDate | string | Sprint completion date (ISO format) |
↳ originBoardId | number | Board ID the sprint belongs to |
↳ goal | string | Sprint goal |
↳ createdDate | string | Sprint creation date (ISO format) |
Trigger workflow when a sprint is started in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., sprint_started, sprint_closed) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
sprint | object | sprint output from the tool |
↳ id | number | Sprint ID |
↳ self | string | REST API URL for this sprint |
↳ state | string | Sprint state (future, active, closed) |
↳ name | string | Sprint name |
↳ startDate | string | Sprint start date (ISO format) |
↳ endDate | string | Sprint end date (ISO format) |
↳ completeDate | string | Sprint completion date (ISO format) |
↳ originBoardId | number | Board ID the sprint belongs to |
↳ goal | string | Sprint goal |
↳ createdDate | string | Sprint creation date (ISO format) |
Trigger workflow when a version is released in Jira
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (jira:version_released) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
version | object | version output from the tool |
↳ id | string | Version ID |
↳ name | string | Version name |
↳ self | string | REST API URL for this version |
↳ released | boolean | Whether the version is released |
↳ releaseDate | string | Release date (ISO format) |
↳ projectId | number | Project ID the version belongs to |
↳ description | string | Version description |
↳ archived | boolean | Whether the version is archived |
Trigger workflow on any Jira webhook event
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
| Parameter | Type | Description |
|---|
changelog | object | changelog output from the tool |
↳ id | string | Changelog ID |
comment | object | comment output from the tool |
↳ id | string | Comment ID |
↳ body | string | Comment text/body |
↳ author | object | author output from the tool |
↳ displayName | string | Comment author display name |
↳ accountId | string | Comment author account ID |
↳ emailAddress | string | Comment author email address |
↳ created | string | Comment creation date (ISO format) |
↳ updated | string | Comment last updated date (ISO format) |
worklog | object | worklog output from the tool |
↳ id | string | Worklog entry ID |
↳ author | object | author output from the tool |
↳ displayName | string | Worklog author display name |
↳ accountId | string | Worklog author account ID |
↳ emailAddress | string | Worklog author email address |
↳ timeSpent | string | Time spent (e.g., "2h 30m") |
↳ timeSpentSeconds | number | Time spent in seconds |
↳ comment | string | Worklog comment/description |
↳ started | string | When the work was started (ISO format) |
Trigger workflow when time is logged on a Jira issue
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which worklog entries trigger this workflow using JQL |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
worklog | object | worklog output from the tool |
↳ id | string | Worklog entry ID |
↳ author | object | author output from the tool |
↳ displayName | string | Worklog author display name |
↳ accountId | string | Worklog author account ID |
↳ emailAddress | string | Worklog author email address |
↳ updateAuthor | object | updateAuthor output from the tool |
↳ displayName | string | Display name of the user who last updated the worklog |
↳ accountId | string | Account ID of the user who last updated the worklog |
↳ timeSpent | string | Time spent (e.g., "2h 30m") |
↳ timeSpentSeconds | number | Time spent in seconds |
↳ comment | string | Worklog comment/description |
↳ started | string | When the work was started (ISO format) |
↳ created | string | When the worklog entry was created (ISO format) |
↳ updated | string | When the worklog entry was last updated (ISO format) |
↳ issueId | string | ID of the issue this worklog belongs to |
↳ self | string | REST API URL for this worklog entry |
Trigger workflow when a worklog entry is deleted from a Jira issue
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which worklog deletions trigger this workflow using JQL |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
worklog | object | worklog output from the tool |
↳ id | string | Worklog entry ID |
↳ author | object | author output from the tool |
↳ displayName | string | Worklog author display name |
↳ accountId | string | Worklog author account ID |
↳ emailAddress | string | Worklog author email address |
↳ updateAuthor | object | updateAuthor output from the tool |
↳ displayName | string | Display name of the user who last updated the worklog |
↳ accountId | string | Account ID of the user who last updated the worklog |
↳ timeSpent | string | Time spent (e.g., "2h 30m") |
↳ timeSpentSeconds | number | Time spent in seconds |
↳ comment | string | Worklog comment/description |
↳ started | string | When the work was started (ISO format) |
↳ created | string | When the worklog entry was created (ISO format) |
↳ updated | string | When the worklog entry was last updated (ISO format) |
↳ issueId | string | ID of the issue this worklog belongs to |
↳ self | string | REST API URL for this worklog entry |
Trigger workflow when a worklog entry is updated on a Jira issue
| Parameter | Type | Required | Description |
|---|
webhookSecret | string | No | Optional secret to validate webhook deliveries from Jira using HMAC signature |
jqlFilter | string | No | Filter which worklog updates trigger this workflow using JQL |
| Parameter | Type | Description |
|---|
webhookEvent | string | The webhook event type (e.g., jira:issue_created, comment_created, worklog_created) |
timestamp | number | Timestamp of the webhook event |
user | object | user output from the tool |
↳ displayName | string | Display name of the user who triggered the event |
↳ accountId | string | Account ID of the user who triggered the event |
↳ emailAddress | string | Email address of the user who triggered the event |
issue | object | issue output from the tool |
↳ id | string | Jira issue ID |
↳ key | string | Jira issue key (e.g., PROJ-123) |
↳ self | string | REST API URL for this issue |
↳ fields | object | fields output from the tool |
↳ votes | json | Votes on this issue |
↳ labels | array | Array of labels applied to this issue |
↳ status | object | status output from the tool |
↳ name | string | Status name |
↳ id | string | Status ID |
↳ statusCategory | json | Status category information |
↳ created | string | Issue creation date (ISO format) |
↳ creator | object | creator output from the tool |
↳ displayName | string | Creator display name |
↳ accountId | string | Creator account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ duedate | string | Due date for the issue |
↳ project | object | project output from the tool |
↳ key | string | Project key |
↳ name | string | Project name |
↳ id | string | Project ID |
↳ summary | string | Issue summary/title |
↳ description | json | Issue description in Atlassian Document Format (ADF). On Jira Server this may be a plain string. |
↳ updated | string | Last updated date (ISO format) |
↳ watches | json | Watchers information |
↳ assignee | object | assignee output from the tool |
↳ displayName | string | Assignee display name |
↳ accountId | string | Assignee account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ priority | object | priority output from the tool |
↳ name | string | Priority name |
↳ id | string | Priority ID |
↳ progress | json | Progress tracking information |
↳ reporter | object | reporter output from the tool |
↳ displayName | string | Reporter display name |
↳ accountId | string | Reporter account ID |
↳ emailAddress | string | Email address (Jira Server only — not available in Jira Cloud webhook payloads) |
↳ security | string | Security level |
↳ subtasks | array | Array of subtask objects |
↳ versions | array | Array of affected versions |
↳ issuetype | object | issuetype output from the tool |
↳ name | string | Issue type name |
↳ id | string | Issue type ID |
↳ resolution | object | resolution output from the tool |
↳ name | string | Resolution name (e.g., Done, Fixed) |
↳ id | string | Resolution ID |
↳ components | array | Array of component objects associated with this issue |
↳ fixVersions | array | Array of fix version objects for this issue |
worklog | object | worklog output from the tool |
↳ id | string | Worklog entry ID |
↳ author | object | author output from the tool |
↳ displayName | string | Worklog author display name |
↳ accountId | string | Worklog author account ID |
↳ emailAddress | string | Worklog author email address |
↳ updateAuthor | object | updateAuthor output from the tool |
↳ displayName | string | Display name of the user who last updated the worklog |
↳ accountId | string | Account ID of the user who last updated the worklog |
↳ timeSpent | string | Time spent (e.g., "2h 30m") |
↳ timeSpentSeconds | number | Time spent in seconds |
↳ comment | string | Worklog comment/description |
↳ started | string | When the work was started (ISO format) |
↳ created | string | When the worklog entry was created (ISO format) |
↳ updated | string | When the worklog entry was last updated (ISO format) |
↳ issueId | string | ID of the issue this worklog belongs to |
↳ self | string | REST API URL for this worklog entry |