Model tree
SearchIssuesVariables
Variables forsearchIssues.
| Field | Type | Description |
|---|---|---|
first | integer | How many results to return. Linear returns 50 by default. ≥ 1; ≤ 250; defaults to 50 |
after | string | The endCursor from the previous page’s pageInfo, to fetch the next page. |
term * | string | The text to search for. |
teamId | string | Restrict the search to one team’s items, by UUID. |
includeComments | boolean | Search comment text as well as titles and descriptions. |
includeArchived | boolean | Include archived items in the results. |
orderBy | PaginationOrderBy | Sort by ‘createdAt’ or ‘updatedAt’. |
filter | IssueFilter | Narrow the search further, on top of the text match. |
SearchProjectsVariables
Variables forsearchProjects.
| Field | Type | Description |
|---|---|---|
first | integer | How many results to return. Linear returns 50 by default. ≥ 1; ≤ 250; defaults to 50 |
after | string | The endCursor from the previous page’s pageInfo, to fetch the next page. |
term * | string | The text to search for. |
teamId | string | Restrict the search to one team’s items, by UUID. |
includeComments | boolean | Search comment text as well as titles and descriptions. |
includeArchived | boolean | Include archived items in the results. |
orderBy | PaginationOrderBy | Sort by ‘createdAt’ or ‘updatedAt’. |
SearchDocumentsVariables
Variables forsearchDocuments.
| Field | Type | Description |
|---|---|---|
first | integer | How many results to return. Linear returns 50 by default. ≥ 1; ≤ 250; defaults to 50 |
after | string | The endCursor from the previous page’s pageInfo, to fetch the next page. |
term * | string | The text to search for. |
teamId | string | Restrict the search to one team’s items, by UUID. |
includeComments | boolean | Search comment text as well as titles and descriptions. |
includeArchived | boolean | Include archived items in the results. |
orderBy | PaginationOrderBy | Sort by ‘createdAt’ or ‘updatedAt’. |