All issues. Returns a paginated list of issues visible to the authenticated user. Can be filtered by various criteria including team, assignee, state, labels, project, and cycle.
643 matches
Productivity/Linear
issues
v1.0.0- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
action linear_list_issues {
label: "issues"
description: "All issues. Returns a paginated list of issues visible to the authenticated user. Can be filtered by various criteria including team, assignee, state, labels, project, and cycle."
provider: linear
method: POST
path: "/graphql"
encoding: json
scopes: ["read"]
document: "query issues($after: String, $before: String, $filter: IssueFilter, $first: Int, $includeArchived: Boolean, $last: Int) {\n issues(after: $after, before: $before, filter: $filter, first: $first, includeArchived: $includeArchived, last: $last) { edges { cursor } nodes { activitySummary addedToCycleAt addedToProjectAt addedToTeamAt archivedAt autoArchivedAt autoClosedAt boardOrder branchName canceledAt completedAt createdAt customerTicketCount description descriptionState dueDate estimate id identifier inheritsSharedAccess integrationSourceType labelIds number previousIdentifiers priority priorityLabel prioritySortOrder reactionData slaBreachesAt slaHighRiskAt slaMediumRiskAt slaStartedAt slaType snoozedUntilAt sortOrder startedAt startedTriageAt subIssueSortOrder suggestionsGeneratedAt title trashed triagedAt trusted updatedAt url } pageInfo { endCursor hasNextPage hasPreviousPage startCursor } }\n}"
}