SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteProjectRole
Represents a single Project Role 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 role is active or not | Yes |
Admin | boolean | Whether the role is a project owner or not | Yes |
Description | string? | The description of the project role | |
DiscussionsAdd | boolean | Can this role add discussions/comments to the project | Yes |
Name | string? | The name of the project role | |
Permissions | ArrayOfRemoteRolePermission? | The collection of role permissions | |
ProjectRoleId | int? | The id of the project role | |
SourceCodeView | boolean | Can this role view the source code repository of the project | Yes |