New services
Explore Plans
Mobile menu Close menu
JiraJira

Issue updated

This trigger fires when an issue is updated.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when an issue is updated.
API endpoint slug
jira.issue_updated

Trigger fields

Project ID Dropdown list

Label
Which project?
Slug
project_id
Required
true
Can have default value
false

Ingredients

Field changedName of the field that changed.

Slug
field_changed
Filter code
Jira.issueUpdated.FieldChanged
Type
String
Example
label-1

Changed toThe value the field was changed to.

Slug
changed_to
Filter code
Jira.issueUpdated.ChangedTo
Type
String
Example
todo

SummaryThe summary of the issue.

Slug
summary
Filter code
Jira.issueUpdated.Summary
Type
String
Example
Add a form to the website.

Issue URLThe URL of the issue.

Slug
issue_url
Filter code
Jira.issueUpdated.IssueUrl
Type
String
Example
https://mycompany.atlassian.net/browse/TEST-2423

Issue keyThe issue key.

Slug
key
Filter code
Jira.issueUpdated.IssueKey
Type
String
Example
TEST-1

Issue IDThe ID of the issue.

Slug
id
Filter code
Jira.issueUpdated.IssueId
Type
String
Example
238479

Issue type nameThe name of the issue type.

Slug
issue_type_name
Filter code
Jira.issueUpdated.IssueTypeName
Type
String
Example
Story

Issue type IDThe ID of the issue type.

Slug
issue_type_id
Filter code
Jira.issueUpdated.IssueTypeId
Type
String
Example
10001

Status nameThe name of the issue status.

Slug
status_name
Filter code
Jira.issueUpdated.StatusName
Type
String
Example
Backlog

Status IDThe ID of the issue status.

Slug
status_id
Filter code
Jira.issueUpdated.StatusId
Type
String
Example
2347321

Project IDThe ID of the project the issue is in.

Slug
project_id
Filter code
Jira.issueUpdated.ProjectId
Type
String
Example
42783

Assignee nameThe name of the assignee.

Slug
assignee_name
Filter code
Jira.issueUpdated.AssigneeName
Type
String
Example
Tim Smith

Assignee IDThe ID of the assignee.

Slug
assignee_id
Filter code
Jira.issueUpdated.AssigneeId
Type
String
Example
2837423

Creator nameThe name of the creator of the issue.

Slug
creator_name
Filter code
Jira.issueUpdated.CreatorName
Type
String
Example
John Smith

Creator IDThe ID of the account which created the issue.

Slug
creator_id
Filter code
Jira.issueUpdated.CreatorId
Type
String
Example
1237892

Created atDate and time issue was created.

Slug
created_at
Filter code
Jira.issueUpdated.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Updated atThe time and date the issue was updated at.

Slug
updated_at
Filter code
Jira.issueUpdated.UpdatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00