@Service public class WorkflowMigrationServiceImpl extends Object implements WorkflowMigrationService
Constructor and Description |
---|
WorkflowMigrationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<com.atlassian.jira.task.TaskDescriptor<com.atlassian.jira.web.action.admin.workflow.WorkflowMigrationResult>> |
doMigrate(long projectId,
long workflowSchemeId)
Attempts to migrate the specified project to the specified workflow scheme.
|
public io.atlassian.fugue.Option<com.atlassian.jira.task.TaskDescriptor<com.atlassian.jira.web.action.admin.workflow.WorkflowMigrationResult>> doMigrate(long projectId, long workflowSchemeId) throws WorkflowMigrationException
WorkflowMigrationService
doMigrate
in interface WorkflowMigrationService
projectId
- the ID of the projectworkflowSchemeId
- the ID of the target workflow schemeTaskDescriptor
to hold the status of the migration task, or nothing to signify that
the migration was instantWorkflowMigrationException
Copyright © 2007–2025 Atlassian. All rights reserved.