| Modifier and Type | Interface and Description |
|---|---|
static class |
MigrateConnector.MigrateResult |
| Modifier and Type | Method and Description |
|---|---|
MigrateConnector.MigrateResult |
migrateMilestones(String repository,
Set<String> fromMilestones,
String toMilestone,
Set<String> ignoredLabels)
Migrates all issues from a list of a source milestones into a
singular target milestone.
|
MigrateConnector.MigrateResult migrateMilestones(String repository, Set<String> fromMilestones, String toMilestone, Set<String> ignoredLabels)
MigrateConnector.MigrateResult.
If ignoredLabels is not null or is not empty, then
all of the issues which contain one of the provided labels are
ignored in the migration process.
fromMilestones - a list source milestonestoMilestone - destination milestonesignoredLabels - a list of ignored labelsCopyright © 2021. All rights reserved.