Interface SingleIssueModeEditBean

All Known Subinterfaces:
BulkEditBean
All Known Implementing Classes:
BulkEditBeanImpl

public interface SingleIssueModeEditBean
This is used in order to be able to move an individual issue that has sub-tasks via the bulk move process.
  • Method Details

    • setSingleIssueKey

      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
    • getSingleIssueKey

      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.
    • isSingleMode

      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