Magidoc

setCustomStatusColor
Mutation

This mutation is used to set the color of a custom status. ALWAYS run it after the addStatusToProjectView mutation (adding new status) to set the color of the new status. Pick the color that would logically fit the status name (e.g. "In Progress" -> "blue", "Done" -> "green", etc.).

Also could be used separately to update or remove the color of the status.

Arguments

#

workspaceId

ID !
Non-null

The ID of the workspace

status

Non-null

The name of the status

color

The color of the status in HEX format. If not provided, the color will be removed.

Response

#

Returns Workspace .

Example

#

    
  

3

    
  

3

    
  

3