java.lang.Object | ||
↳ | com.atlassian.jira.bulkedit.operation.AbstractBulkOperation | |
↳ | com.atlassian.jira.bulkedit.operation.BulkMoveOperationImpl |
Operatin for moving parent and their sub-takks issues from one or many contexts to a single target context.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
log |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether the operation can be performed with the given set of issues
| |||||||||||
Determines whether the operation can be performed with the given
set of issues
| |||||||||||
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.
| |||||||||||
Does the finishChooseContext() operation for all the BulkEditBeans in the given MultiBulkMoveBean.
| |||||||||||
Does operations on the given BulkEditBean to finalise the "Choose Project and Issue Type" step of the Bulk Move.
| |||||||||||
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk
operation.
| |||||||||||
An i18n key used to display a short description of this operation in the UI.
| |||||||||||
Returns the "operation name".
| |||||||||||
Performs the operation on the given set of issues
| |||||||||||
Performs the operation on the given set of issues
| |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Determines whether the operation can be performed with the given set of issues
Determines whether the operation can be performed with the given set of issues
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). |
---|---|
remoteUser | User |
Does the finishChooseContext() operation for all the BulkEditBeans in the given MultiBulkMoveBean.
multiBulkMoveBean | MultiBulkMoveBean (Contains Collection of BulkEditBean objects). |
---|---|
applicationUser | User |
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". |
---|---|
remoteUser | User doing the operation. |
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk operation.
An i18n key used to display a short description of this operation in the UI. e.g " Watch Issues "
Returns the "operation name".
This is used to build up the name of the action
used to render the details screen
in the bulk change UI.
The action name that is generated as operationName + "Details.jspa"
. See BulkChooseOperation
for details
WorkflowException |
---|
Exception |
---|
Exception |
---|
Performs the operation on the given set of issues
Exception |
---|
Performs the operation on the given set of issues
Exception |
---|