SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteWorkflowTransition
Contains a workflow transition.
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
BlankOwner | boolean | Does the status this transition transitions to allow the Owner (OwnerId) field to be blank on the artifact being transitioned | Yes |
ExecuteByCreator | boolean | Can this transition be executed by the creator of the artifact | Yes |
ExecuteByOwner | boolean | Can this transition be executed by the owner of the artifact | Yes |
Name | string? | What is the name of the transition | |
NotificationRoles | ArrayOfint? | UserRoleIds for who is notified when this transition occurrs (Incidents only) | |
NotificationSubject | string? | Transition notification email subject line for emails sent to users configured to recieve notifications for this transition. (Incidents only) | |
NotifyCreator | boolean | Does this transition notify the artifact creator | Yes |
NotifyOwner | boolean | Does this transition notify the artifact owner | Yes |
RequireSignature | boolean | Does it require an electronic signature | Yes |
StatusId_Input | int | What is the id of the input artifact status | Yes |
StatusId_Output | int | What is the id of the output artifact status | Yes |
StatusName_Input | string? | What is the display name of the input artifact status | |
StatusName_Output | string? | What is the display name of the output artifact status | |
TransitionId | int | What is the id of this transition | Yes |
UserRoles | ArrayOfint? | UserRoleIds for who can execute this transition | |
WorkflowId | int | What workflow does this transition belong to | Yes |