asn_project_statuses_create: Creates a new status update on the project.

View source: R/project_statuses.R

asn_project_statuses_createR Documentation

Creates a new status update on the project.

Description

Returns the full record of the newly created project status update.

Usage

asn_project_statuses_create(project, ..., options = list())

Arguments

project

Id The project on which to create a status update.#'

...

Object Data for the request text : String The text of the project status update. color : String The color to associate with the status update. Must be one of '"red"', '"yellow"', or '"green"'.

See Also

Other project_statuses: asn_project_statuses_delete, asn_project_statuses_find_by_id, asn_project_statuses_find_by_project, asn_project_statuses


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.