SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTaskType
Represents a task type in the project
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| IsActive | boolean | Is this an active task type | Yes |
| IsCodeReview | boolean | Is this a code review task | Yes |
| IsDefault | boolean | Is this the default task type | Yes |
| IsPullRequest | boolean | Is this a pull request task | Yes |
| Name | string? | The name of the task type | |
| Position | int | The display position of this type | Yes |
| TaskTypeId | int | The id of the task type | Yes |
| WorkflowId | int? | The id of the workflow the task type is associated with, for the current project |