Skip to main content

Module workspace

Module workspace 

Source
Expand description

Teams, users, and workflow states — the workspace lookup surface every board and plan operation needs (resolving team keys, assignees, and state names to the IDs that issue and project mutations require).

Structs§

ListTeamsRequest
Parameters for TeamsService::list. Serialized directly as the TeamList query variables.
ListTeamsRequestBuilder
Use builder syntax to set the inputs and finish with build().
ListUsersRequest
Parameters for UsersService::list. Serialized directly as the UserList query variables.
ListUsersRequestBuilder
Use builder syntax to set the inputs and finish with build().
ListWorkflowStatesRequest
Parameters for WorkflowStatesService::list. Serialized directly as the WorkflowStateList query variables.
ListWorkflowStatesRequestBuilder
Use builder syntax to set the inputs and finish with build().
Team
A Linear team.
TeamsService
Operations on teams. Obtain via LinearClient::teams.
User
A Linear user (workspace member).
UsersService
Operations on users. Obtain via LinearClient::users.
WorkflowState
One issue status of a team’s board (a board column).
WorkflowStatesService
Operations on workflow states. Obtain via LinearClient::workflow_states.