SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteWorkflowField
Represents an artifact field that can be controlled by the workflow
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ArtifactStatusId | int? | What is the artifact status ID this workflow field state is tied to | |
ArtifactStatusName | string? | Name of the artifact status this workflow field state is tied to | |
ArtifactTypeId | int? | What is the artifact type this workflow custom property maps to | |
FieldCaption | string? | What is the caption for the field | |
FieldId | int | What is the id of the field | Yes |
FieldName | string? | What is the system name of the field | |
FieldStateId | int | What is the state of the field that this represents ( Inactive = 1, Required = 2, Hidden = 3 ) | Yes |
WorkflowId | int? | ID of the workflow this particular workflow field is tied to |