Create Linear issues from new Google Calendar events
This action will create a new issue in a team you choose.
Developer info
- API endpoint slug
- linear.create_an_issue
- Filter code method
- Linear.createAnIssue.skip(string?: reason)
- Runtime method
- runAction("linear.create_an_issue", {})
Action fields
Team Dropdown list
- Label
- Which team?
- Helper text
- The team the new issue belongs to.
- Slug
- team
- Required
- true
- Can have default value
- false
Title Text input > Title
- Label
- Issue title
- Helper text
- The title of the issue to create.
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Linear.createAnIssue.setTitle(string: title)
Description Text input > Long text
- Label
- Description
- Helper text
- The body of the issue. Markdown is supported.
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Linear.createAnIssue.setDescription(string: description)
Assignee Text input > Other
- Label
- Assignee
- Helper text
- Optionally, the person to assign the issue to (email or name).
- Slug
- assignee
- Required
- false
- Can have default value
- true
- Filter code method
- Linear.createAnIssue.setAssignee(string: assignee)
Priority Dropdown list
- Label
- Priority
- Helper text
- Optionally, the priority to set on the new issue.
- Slug
- priority
- Required
- false
- Can have default value
- true
- Filter code method
- Linear.createAnIssue.setPriority(string: priority)
Due date Text input > ISO 8601 date and time
- Label
- Due date
- Helper text
- Optionally, when the issue is due.
- Slug
- due_date
- Required
- false
- Can have default value
- true
- Filter code method
- Linear.createAnIssue.setDueDate(string: due_date)
