public static interface TimeTrackingSystemField.TimeTrackingValue
It lurks around inside the field values holder maps while JIRA does its thang. It's referenced by the velocity views and also by the TimeTrackingSystemField itself.
While the class is PUBLIC, it is only so that the Velocity template can get to it. Please do not consider this part of the JIRA API. It's for the TimeTrackingSystemField only. You have been warned :)
It exists so that we can cater for the 2 modes that this field can work in since 4.2.
Modifier and Type | Interface and Description |
---|---|
static class |
TimeTrackingSystemField.TimeTrackingValue.Builder |
Modifier and Type | Method and Description |
---|---|
Long |
getEstimate() |
String |
getEstimateDisplayValue() |
Long |
getOriginalEstimate() |
String |
getOriginalEstimateDisplayValue() |
Long |
getRemainingEstimate() |
String |
getRemainingEstimateDisplayValue() |
String |
getTargetSubField()
This exists to allow one bit of JIRA code
UpdateIssueFieldFunction
which is a workflow post function to set 1 specific sub field value. |
boolean |
isCreateIssue() |
boolean |
isInLegacyMode()
This allows the input to drive what mode we work in.
|
boolean |
isLogWorkActivated()
Signifies if we will be ignoring the Remaining Estimate from the input parameters as a result of the Log Work
form being activated.
|
boolean isInLegacyMode()
boolean isCreateIssue()
boolean isLogWorkActivated()
String getTargetSubField()
UpdateIssueFieldFunction
which is a workflow post function to set 1 specific sub field value. This allows us to work in modern mode
but still only set one value.Long getOriginalEstimate()
Long getRemainingEstimate()
Long getEstimate()
String getEstimateDisplayValue()
String getOriginalEstimateDisplayValue()
String getRemainingEstimateDisplayValue()
Copyright © 2002-2018 Atlassian. All Rights Reserved.