Include Page
Approvals
interface you can use on an Approval returned by the Getters when you access the Approvals field.Method | Return type | Returns |
---|---|---|
getName() | String | Name of Approval |
getId() | Integer | ID of Approval |
getCompletedDate() | com.atlassian.fugue.Option< Instant> | Completion date of Approval when the decision is set. |
getIssueId() | Long | Issue ID the Approval is associated with |
getStatusId() | String | The workflow status ID associated with Approval |
getCreatedDate() | Instant | Creation date of Approval |
getApprovalCondition() | Returns the Approval condition |
ApprovalCondition
Method | Return type | Returns |
---|---|---|
getConditionValue() | String | Value of the approval condition |
getConditionType() | String | Type of the approval condition |