Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document details the methods of the Approvals  Approval 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 InterfaceApprovalCondition

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

...