SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteProject
Represents a single Project in the system
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
Active | boolean | Whether the project is active or not (boolean) | Yes |
CreationDate | dateTime | The date/time the project was created (datetime) | Yes |
Description | string? | The description of the project (string) | |
EndDate | dateTime? | The end date of the project for planning purposes | |
Name | string? | The name of the project (string) | |
NonWorkingHours | int | How many special non-working hours are there in a month in the project (integer) | Yes |
PercentComplete | int | The percentage complete of the project | Yes |
ProjectGroupId | int? | The id of the project group / program (null on create, means use default group) | |
ProjectId | int? | The id of the project (integer) | |
ProjectTemplateId | int? | The id of the project template (null on create, means create a new template) | |
RequirementCount | int | The requirement count of the project | Yes |
StartDate | dateTime? | The start date of the project for planning purposes | |
Website | string? | The url associated with the project (string) | |
WorkingDays | int | How many working days are in a week for this project (integer) | Yes |
WorkingHours | int | How many working hours are in a day for this project (integer) | Yes |