Magidoc

updateProjectsCustomFields
Mutation

Enables custom fields for specific projects.

This should be used to enable only project itemType custom fields.

Parameters:

  • projectIds: Required. The IDs of the projects to add the custom fields to
  • workspaceId: Required. The ID of the workspace to add the custom fields to
  • fields: Required. The custom fields to add to the projects

Arguments

#

projectIds

[ ID !]!
Non-null

projects ids associated with custom field

workspaceId

ID !
Non-null

workspace associated with projectIds

fields

Non-null

custom field to update

Response

#

Returns [ Project !]!.

Example

#

    
  

3

    
  

3

    
  

3