Skip to main content

PROJECT_STATUS

Constant PROJECT_STATUS 

Source
pub const PROJECT_STATUS: &str = "query{ projectStatuses{nodes{id name}} }";
Expand description

List the workspace’s project statuses, so one can be resolved by display name.

Unlike teams, workflowStates and the two label connections, Linear’s projectStatuses accepts no filter argument: asking for one is refused outright with Unknown argument "filter" on field "Query.projectStatuses". The display name is therefore matched locally over the whole connection, which a workspace holds few enough of to answer in one page.