public interface SingleIssueModeEditBean
JRA-17312| Modifier and Type | Method and Description |
|---|---|
String |
getSingleIssueKey()
Gets the issue key for this bean as previously set
by
setSingleIssueKey(String). |
boolean |
isSingleMode()
Indicates where this bean is being used to move a single issue with subtasks.
|
void |
setSingleIssueKey(String issueKey)
Sets this bean to "single issue mode".
|
void setSingleIssueKey(String issueKey)
Set single issue key to be moved via bulk edit workflow.
issueKey - key for single issue to be movedString getSingleIssueKey()
setSingleIssueKey(String).null if there is none.boolean isSingleMode()
true if this bulk edit bean is used for single issue move operationCopyright © 2002-2022 Atlassian. All Rights Reserved.