Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

This document details the methods of the Approvals interface you can use on an Approval returned by the Getters when you access the Approvals field.

MethodReturn typeReturns
getName()StringName of Approval
getId()IntegerID of Approval
getCompletedDate()com.atlassian.fugue.Option<Instant>Completion date of Approval when the decision is set.
getIssueId()LongIssue ID the Approval is associated with
getStatusId()StringThe workflow status ID associated with Approval
getCreatedDate()InstantCreation date of Approval
getApprovalCondition()

Approvals Interface

Returns the Approval condition
ApprovalCondition
MethodReturn typeReturns
getConditionValue()
StringValue of the approval condition
getConditionType()
StringType of the approval condition
  • No labels