asn_projects_add_custom_field_setting: Create a new custom field setting on the project.

View source: R/projects.R

asn_projects_add_custom_field_settingR Documentation

Create a new custom field setting on the project.

Description

Create a new custom field setting on the project.

Usage

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

Arguments

project

Id The project to associate the custom field with#'

...

Object Data for the request custom_field : Id The id of the custom field to associate with this project. [is_important] : Boolean Whether this field should be considered important to this project. [insert_before] : Id An id of a Custom Field Settings on this project, before which the new Custom Field Settings will be added. 'insert_before' and 'insert_after' parameters cannot both be specified. [insert_after] : Id An id of a Custom Field Settings on this project, after which the new Custom Field Settings will be added. 'insert_before' and 'insert_after' parameters cannot both be specified.

See Also

Other projects: asn_projects_add_followers, asn_projects_add_members, asn_projects_create_in_team, asn_projects_create_in_workspace, asn_projects_create, asn_projects_delete, asn_projects_find_all, asn_projects_find_by_id, asn_projects_find_by_team, asn_projects_find_by_workspace, asn_projects_remove_custom_field_setting, asn_projects_remove_followers, asn_projects_remove_members, asn_projects_tasks, asn_projects_update, asn_projects


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