Class IssueOperations
java.lang.Object
com.atlassian.jira.issue.operation.IssueOperations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScreenableIssueOperation
static final ScreenableIssueOperation
static final IssueOperation
static final ScreenableIssueOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScreenableIssueOperation
static Collection<ScreenableIssueOperation>
static String
Deprecated.
-
Field Details
-
CREATE_ISSUE_OPERATION
-
EDIT_ISSUE_OPERATION
-
VIEW_ISSUE_OPERATION
-
MOVE_ISSUE_OPERATION
-
-
Constructor Details
-
IssueOperations
public IssueOperations()
-
-
Method Details
-
getIssueOperations
-
getIssueOperation
-
getText
Deprecated.There are countless simpler and faster ways to get anI18nHelper
and ask it to translate something for you. AskingIssueOperations
to do it does not make any sense. Since v6.3.
-
I18nHelper
and ask it to translate something for you.