com.atlassian.jira.bulkedit.operation.BulkMoveOperation |
![]()
|
Operation for moving parent issues and their sub-tasks from one or many contexts to a single target context.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CANNOT_PERFORM_MESSAGE_KEY | ||||||||||
String | NAME | ||||||||||
String | NAME_KEY |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Does operations on the given BulkEditBean to finalise the "Choose Project and Issue Type" step of the Bulk Move.
| |||||||||||
Does the finishChooseContext() operation for all the BulkEditBeans in the given MultiBulkMoveBean.
| |||||||||||
This method is deprecated.
since 6.1 use
moveIssuesAndIndex(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.jira.user.ApplicationUser)
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||
![]()
|
Does operations on the given BulkEditBean to finalise the "Choose Project and Issue Type" step of the Bulk Move.
This method should be called AFTER validation of the new context, and re-mapping the BulkEditBeans to be indexed by Target context.
bulkEditBean | BulkEditBean containing Bulk Move information for a single target "Issue Context". |
---|---|
applicationUser | User doing the operation. |
Does the finishChooseContext() operation for all the BulkEditBeans in the given MultiBulkMoveBean.
multiBulkMoveBean | MultiBulkMoveBean (Contains Collection of BulkEditBean objects). |
---|---|
applicationUser | User |
This method is deprecated.
since 6.1 use moveIssuesAndIndex(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.jira.user.ApplicationUser)