Contents

Summary

A model for updating issues.

Properties

Name Required? Type Nullable? Summary
IssueId This field is required. Int32 The ID of the issue to update.
TimeEntryDate DateTime The time entry date.
HoursWorked Double The number of work hours associated with the update.
TimeTypeId Int32 The ID of the time type associated with the update.
FunctionalRoleId Int32 The ID of the functional role associated with the time entry.
ParentId Int32 The ID of the associated parent risk.
ResponsibleUID String This field is nullable. The GUID of the user responsible for this issue. If this value is left out or set to null, it will retain the previous ResponsibleUID value. If provided an empty string, it will clear the ResponsibleUID.
NotifyResponsible Boolean Indicates whether or not to email the responsible user of this update
ProjectId This field is required. Int32 The ID of the containing project.
StatusID This field is required. Int32 The ID of the associated status.
Notify String[] This field is nullable. The email addresses to notify of the update.
Comments This field is required. String This field is nullable. The comments of the update.
Attributes TeamDynamix.Api.CustomAttributes.CustomAttribute[] This field is nullable. The custom attributes associated with the update.
IsPrivate Boolean The private status of the update.
IsRichHtml Boolean Indicates if the comment is rich-text or plain-text.