ProjectTaskAssignment Object

Fields

The fields in this section list which values can be retrieved when querying ProjectTaskAssignment records.

assignee (Person)

The person who is selected as the assignee for the assignment.

attachment (String)

link to Project Summary — The hyperlink to the Project Summary PDF file that was generated for the assignee when the assignment was last set to the status assigned (for project tasks of the category approval only).

createdAt (ISO8601Timestamp)

The date and time at which the assignment was created.

id (ID!)

Unique identifier of the object.

plannedEffort (Int)

The number of minutes the assignee is expected to spend working on the project task to which the assignment belongs.

status (ProjectTaskStatus)

The status of the assignment.

updatedAt (ISO8601Timestamp)

The date and time of the last update of the assignment. If the assignment has had no updates it contains the createdAt value.

waitingUntil (ISO8601Timestamp)

Used to specify the date and time at which the status of the assignment is to be updated from waiting_for to assigned. This field is available only when the Status field is set to waiting_for.

Implements

ProjectTaskAssignment implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a ProjectTaskAssignment.