com.atlassian.jira.bulkedit.operation.BulkMoveOperation |
Known Indirect Subclasses |
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 |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.bulkedit.operation.BulkOperation
| |||||||||||
From interface
com.atlassian.jira.issue.operation.IssueOperation
|
This method is deprecated.
since 6.1 use chooseContextNoValidate(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.jira.user.ApplicationUser)
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. |
This method is deprecated.
since 6.1 use finishChooseContext(com.atlassian.jira.web.bean.MultiBulkMoveBean, com.atlassian.jira.user.ApplicationUser)
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 |
This method is deprecated.
since 6.1 use finishChooseContext(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.jira.user.ApplicationUser)
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. |
Exception |
---|
This method is deprecated.
since 6.1 use moveIssuesAndIndex(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.jira.user.ApplicationUser)
Exception |
---|