Magidoc

disableActionCustomFields
Mutation

Disables custom fields for actions in specific projects.

This should be used to disable only action itemType custom fields.

Parameters:

  • customFieldIds: Required. The IDs of the custom fields to disable
  • projectIds: Required. The IDs of the projects to disable the custom fields for
  • workspaceId: Required. The ID of the workspace to disable the custom fields for
  • removeFromActions: Optional. Whether to remove the custom fields from the actions

Arguments

#

customFieldIds

[ ID !]!
Non-null

projectIds

[ ID !]!
Non-null

workspaceId

ID !
Non-null

removeFromActions

Response

#

Returns [ Project !]!.

Example

#

    
  

3

    
  

3

    
  

3