timesheetSettingCreate Mutation

Creates a new timesheet setting.

Input Argument

timesheetSettingCreate accepts a single input argument, an input type, which contains the values it uses.

The fields inside input are:

allocationTimeTracking (Boolean)

Whether people of the related organizations need to be able to register time entries for the time allocations that are linked to their organizations.

allowWorkdayOvertime (Boolean)

Whether the people of the organizations to which the timesheet settings are linked are allowed to register more time for a single day than the amount of time specified in the Workday field.

allowWorkweekOvertime (Boolean)

Whether the people of the organizations to which the timesheet settings are linked are allowed to register more time for a single week than the amount of time specified in the Workweek field.

assignmentTimeTracking (Boolean)

Whether the Time spent field needs to be available in requests, problems and tasks for specialists of the related organizations to specify how long they have worked on their assignments.

clientMutationId (String)

A unique identifier for the client performing the mutation.

disabled (Boolean)

Whether the timesheet settings may no longer be related to any more organizations.

effortClassIds ([ID!])

Identifiers of effort classes of the timesheet setting.

name (String!)

The name of the timesheet settings.

notifyOnIncomplete (Boolean)

Whether an email notification should be sent to each person who registered fewer hours for the past week than the workweek hours.

organizationIds ([ID!])

Identifiers of organizations of the timesheet setting.

percentageIncrement (TimesheetSettingPercentageIncrement)

The minimum amount percentage of a workday that the people of the organizations to which the timesheet settings are linked can select when they register a time entry. This percentage of a workday is also the increment by which they can increase this minimum percentage of a workday.

problemEffortClassId (ID)

Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a problem.

projectTaskEffortClassId (ID)

Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a project task.

requestEffortClassId (ID)

Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a request.

requireNote (Boolean)

Whether the Note field needs to become required, when someone in an organization linked to the timesheet settings registers time on a request, problem or task.

source (String)

An identifier for the client application submitting the resource or the name of an external system.

sourceID (String)

The unique identifier of the resource in an external system.

taskEffortClassId (ID)

Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a workflow task.

timeAllocationEffortClassId (ID)

Identifier of the effort class that is selected by default, when someone in an organization linked to the timesheet settings registers time on a time allocation.

timeIncrement (TimesheetSettingTimeIncrement)

The minimum amount of time that the people of the organizations to which the timesheet settings are linked can select when they register a time entry. This amount of time is also the increment by which they can increase this minimum amount of time.

unit (TimesheetSettingUnit!)

Whether the people of the organizations to which the timesheet settings are linked need to register their time in hours and minutes, or as a percentage of a workday.

workday (Int)

The duration of a workday in minutes.

workweek (Int)

The duration of a workweek in minutes.

Return Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ValidationError!])

Errors encountered during the mutation.

timesheetSetting (TimesheetSetting)

Record after mutation.