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
#
Response
#
Returns Workspace .
Example
#
Previous
setActionEstimatedTime
Next
setStoryPoints