public interface

SingleIssueModeEditBean

com.atlassian.jira.web.bean.SingleIssueModeEditBean
Known Indirect Subclasses

Class Overview

This is used in order to be able to move an individual issue that has sub-tasks via the bulk move process.

See Also
  • JRA-17312

Summary

Public Methods
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".

Public Methods

public String getSingleIssueKey ()

Gets the issue key for this bean as previously set by setSingleIssueKey(String).

Returns
  • the issue key or null if there is none.

public boolean isSingleMode ()

Indicates where this bean is being used to move a single issue with subtasks.

Returns
  • true if this bulk edit bean is used for single issue move operation

public void setSingleIssueKey (String issueKey)

Sets this bean to "single issue mode". Set single issue key to be moved via bulk edit workflow.

Parameters
issueKey key for single issue to be moved