Package com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.util
Class CopyFromUtils
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.util.CopyFromUtils
Class to help handle copying values from a a related issue
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyListValues(CopyFromUtils.CopyConfigParams copyConfigParams) static voidcopyNumberValue(CopyFromUtils.CopyConfigParams copyConfigParams) static ObjectcopyRawValue(CopyFromUtils.CopyConfigParams copyConfigParams) static voidcopyStringValue(CopyFromUtils.CopyConfigParams copyConfigParams) static voidcopyValue(CopyFromUtils.CopyConfigParams copyConfigParams) static voidcopyValue(CopyFromUtils.CopyConfigParams copyConfigParams, Consumer<Object> handler) static Optional<SmartIssueBean> getIssueToCopyFrom(String copyFromKey, FieldOperationContext fieldOperationContext) static Optional<SmartIssueBean> getIssueToCopyFrom(String copyFromKey, SmartIssueBean issue, ComponentInputs inputs)
-
Field Details
-
CURRENT
- See Also:
-
PARENT
- See Also:
-
TRIGGER
- See Also:
-
CREATED
- See Also:
-
EPIC
- See Also:
-
DESTINATION
- See Also:
-
-
Constructor Details
-
CopyFromUtils
public CopyFromUtils()
-
-
Method Details
-
getIssueToCopyFrom
public static Optional<SmartIssueBean> getIssueToCopyFrom(String copyFromKey, FieldOperationContext fieldOperationContext) -
getIssueToCopyFrom
public static Optional<SmartIssueBean> getIssueToCopyFrom(String copyFromKey, SmartIssueBean issue, ComponentInputs inputs) -
copyValue
public static void copyValue(CopyFromUtils.CopyConfigParams copyConfigParams, Consumer<Object> handler) -
copyRawValue
-
copyValue
-
copyListValues
-
copyStringValue
-
copyNumberValue
-