teamCreate Mutation
Creates a new team.
Input Argument
teamCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
ID
)
Used to automatically link records to the agile board when they are assigned to the team.
Boolean
)
Whether requests are auto-assigned to a team member.
String
)
A unique identifier for the client performing the mutation.
ID
)
The person who maintains the information about the configuration items that the team supports.
ID
)
The current team coordinator for the team. Only members of the team can be selected in this field.
[CustomFieldInput!]
)
Values for custom fields to be used by the UI Extension that is linked to the record.
[AttachmentInput!]
)
The attachments used in the custom fields' values.
Boolean
)
Whether the team may no longer be related to other records.
String
)
Used to specify an email address for the team. When an email is sent to this email address, a new request gets generated and assigned to the team.
ID
)
The manager or supervisor of the team. This person is able to maintain the information about the team. The manager of a team does not need to be a member of the team.
[ID!]
)
People that are linked as member to the team.
String!
)
The name of the team.
String
)
The hyperlink to the image file for the record.
String
)
Any additional information about the team that might prove useful.
[AttachmentInput!]
)
The attachments used in the remarks
field.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
TimeZone
)
The time zone that applies to the selected work hours.
ID
)
UI extension that is to be applied to the record.
ID
)
The calendar that defines the work hours during which the team is available for work on all types of assignments.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
Team
)
Record after mutation.