java.lang.Object | |
↳ | com.atlassian.jira.web.bean.MultiBulkMoveBeanImpl |
Implementation of MultiBulkMoveBean.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Initialises this MultiBulkMoveBean given a list of issues.
If this MultiBulkMoveBean links a BulkEditBean with parent issues to BulkEditBeans with subtasks, then include the parent BulkEditBean in the parentBulkEditBean parameter. Otherwise you can pass null.
issues | Issues for this MultiBulkMoveBean. |
---|---|
parentBulkEditBean | If this MultiBulkMoveBean represents subtasks, then this is the BulkEditBean that contains the parents of the subtasks, otherwise null. |
This method will remap the current BulkEditBean
Map to be keyed by the target IssueContext
rather than the originating IssueContext
.
Sets parent issue key on each contained BulkEditBean
.
key | Parent issue key |
---|