Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com
Approval Interface
This document details the methods of the Approval
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 |