SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTimesheetEntry
Represents a single Timesheet artifact in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ArtifactId | int? | The ID of the artifact recorded in this entry | |
Description | string? | The description of this entry | |
Effort | int | The effort of this entry (in minutes) | Yes |
EffortDate | dateTime | The date corresponding to the effort | Yes |
EntryArtifactTypeId | int? | The type of the artifact recorded in this entry | |
ProjectGroupId | int? | The program this entry belongs to | |
ProjectId | int? | The product which this artifact exists or existed within | |
ResourceCategoryId | int? | The resource category of this entry | |
TimesheetEntryId | int? | The id of the timesheet entry | |
TimesheetEntryTypeId | int? | The id of the timesheet entry type | |
TimesheetId | int? | The id of the timesheet this entry belongs to | |
UserId | int? | The id of the user that created this entry |