Post Linear issue details to Microsoft Teams
This query returns the matching issue for a search term or issue identifier.
Developer info
- API endpoint slug
- linear.find_an_issue
- Runtime method
- performQuery("linear.find_an_issue"}
Query fields
Search term Text input > Other
- Label
- Search term or identifier
- Helper text
- An issue identifier (e.g. ENG-123) or words to search issue titles for.
- Slug
- search_term
- Required
- true
- Can have default value
- true
Ingredients
Issue identifier The human-readable issue identifier, e.g. ENG-123.
- Slug
- issue_identifier
- Filter code
- Linear.findAnIssue.IssueIdentifier
- Type
- String
- Example
- ENG-123
Issue title The title of the issue.
- Slug
- issue_title
- Filter code
- Linear.findAnIssue.IssueTitle
- Type
- String
- Example
- Fix login redirect loop
Issue description The description body of the issue.
- Slug
- issue_description
- Filter code
- Linear.findAnIssue.IssueDescription
- Type
- String
- Example
- Users are stuck in a redirect loop after SSO login.
Issue status The workflow status the issue is in.
- Slug
- issue_status
- Filter code
- Linear.findAnIssue.IssueStatus
- Type
- String
- Example
- In Progress
Issue priority The issue's priority label.
- Slug
- issue_priority
- Filter code
- Linear.findAnIssue.IssuePriority
- Type
- String
- Example
- High
Issue assignee The name of the issue's assignee, empty when unassigned.
- Slug
- issue_assignee
- Filter code
- Linear.findAnIssue.IssueAssignee
- Type
- String
- Example
- Alex Kim
Issue team The name of the team the issue belongs to.
- Slug
- issue_team
- Filter code
- Linear.findAnIssue.IssueTeam
- Type
- String
- Example
- Engineering
Issue due date The issue's due date, empty when none.
- Slug
- issue_due_date
- Filter code
- Linear.findAnIssue.IssueDueDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Issue url A link to the issue in Linear.
- Slug
- issue_url
- Filter code
- Linear.findAnIssue.IssueUrl
- Type
- Web URL
- Example
- https://linear.app/acme/issue/ENG-123
Issue created at When the issue was created.
- Slug
- issue_created_at
- Filter code
- Linear.findAnIssue.IssueCreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
