Method and Description |
---|
com.atlassian.servicedesk.api.automation.execution.message.helper.UserMessageHelper.getDataValueType()
Future versions of Automation will only handle user ids encoded as
String values.
No replacement will be provided for this method, as String s will be the only type used to
store data inside a RuleMessage , hence making this method redundant. |
com.atlassian.servicedesk.api.automation.execution.message.helper.CommentMessageHelper.getDataValueTypeForCommentId()
Future versions of Automation will only handle comment ids encoded as
String values.
No replacement will be provided for this method, as String s will be the only type used to
store data inside a RuleMessage , hence making this method redundant. |
com.atlassian.servicedesk.api.automation.execution.message.helper.IssueMessageHelper.getDataValueTypeForIssueId()
Future versions of Automation will only handle issue ids encoded as
String values.
No replacement will be provided for this method, as String s will be the only type used to
store data inside a RuleMessage , hence making this method redundant. |
com.atlassian.servicedesk.api.automation.execution.message.helper.IssueMessageHelper.getDataValueTypeForIssueKey()
Future versions of Automation will only handle issue keys encoded as
String values.
No replacement will be provided for this method, as String s will be the only type used to
store data inside a RuleMessage , hence making this method redundant. |
Copyright © 2019 Atlassian. All rights reserved.