| asn_projects_add_custom_field_setting | R Documentation |
Create a new custom field setting on the project.
asn_projects_add_custom_field_setting(project, ..., options = list())
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.