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§
- List
Teams Request - Parameters for
TeamsService::list. Serialized directly as theTeamListquery variables. - List
Teams Request Builder - Use builder syntax to set the inputs and finish with
build(). - List
Users Request - Parameters for
UsersService::list. Serialized directly as theUserListquery variables. - List
Users Request Builder - Use builder syntax to set the inputs and finish with
build(). - List
Workflow States Request - Parameters for
WorkflowStatesService::list. Serialized directly as theWorkflowStateListquery variables. - List
Workflow States Request Builder - Use builder syntax to set the inputs and finish with
build(). - Team
- A Linear team.
- Teams
Service - Operations on teams. Obtain via
LinearClient::teams. - User
- A Linear user (workspace member).
- Users
Service - Operations on users. Obtain via
LinearClient::users. - Workflow
State - One issue status of a team’s board (a board column).
- Workflow
States Service - Operations on workflow states. Obtain via
LinearClient::workflow_states.