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