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 a new issue is created.
- API endpoint slug
- jira.new_issue
Trigger fields
Project ID Dropdown list
- Label
- Which project?
- Slug
- project_id
- Required
- true
- Can have default value
- false
Ingredients
SummaryThe summary of the issue.
- Slug
- summary
- Filter code
- Jira.newIssue.Summary
- Type
- String
- Example
- Add a form to the website.
Issue URLThe URL of the issue.
- Slug
- issue_url
- Filter code
- Jira.newIssue.IssueUrl
- Type
- String
- Example
- https://mycompany.atlassian.net/browse/TEST-2456
Issue keyThe issue key.
- Slug
- key
- Filter code
- Jira.newIssue.IssueKey
- Type
- String
- Example
- TEST-1
Issue IDThe ID of the issue.
- Slug
- id
- Filter code
- Jira.newIssue.IssueId
- Type
- String
- Example
- 238479
Issue type nameThe name of the issue type.
- Slug
- issue_type_name
- Filter code
- Jira.newIssue.IssueTypeName
- Type
- String
- Example
- Story
Issue type IDThe ID of the issue type.
- Slug
- issue_type_id
- Filter code
- Jira.newIssue.IssueTypeId
- Type
- String
- Example
- 10001
Status nameThe name of the issue status.
- Slug
- status_name
- Filter code
- Jira.newIssue.StatusName
- Type
- String
- Example
- Backlog
Status IDThe ID of the issue status.
- Slug
- status_id
- Filter code
- Jira.newIssue.StatusId
- Type
- String
- Example
- 2347321
Project IDThe ID of the project the issue is in.
- Slug
- project_id
- Filter code
- Jira.newIssue.ProjectId
- Type
- String
- Example
- 42783
Assignee nameThe name of the assignee.
- Slug
- assignee_name
- Filter code
- Jira.newIssue.AssigneeName
- Type
- String
- Example
- Tim Smith
Assignee IDThe ID of the assignee.
- Slug
- assignee_id
- Filter code
- Jira.newIssue.AssigneeId
- Type
- String
- Example
- 2837423
Creator nameThe name of the creator of the issue.
- Slug
- creator_name
- Filter code
- Jira.newIssue.CreatorName
- Type
- String
- Example
- John Smith
Creator IDThe ID of the account which created the issue.
- Slug
- creator_id
- Filter code
- Jira.newIssue.CreatorId
- Type
- String
- Example
- 1237892
Created atDate and time issue was created.
- Slug
- created_at
- Filter code
- Jira.newIssue.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.newIssue.UpdatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00