...
Code Block |
---|
language | bash |
---|
title | Export All Plans |
---|
|
--action runFromPlanList --project @all --common "--action exportPlan --plan @plan@ --type java --file export/@project@/@plan@.java"
or
--action runFromPlanList --project @all --common "--action exportPlan --plan @plan@ --file export/@project@/@plan@.txt" |
Import - Creating or Updating Plans
ForĀ java, use your IDE of choice and refer to the Atlassian documentation.
For CLI, use one of the following approaches depending on your situation.
Code Block |
---|
language | bash |
---|
title | Create same plan key as export |
---|
|
--action run --file example.txt |
Code Block |
---|
language | bash |
---|
title | Create new plan key |
---|
|
--action run --file example.txt --findReplace "--plan EXAMPLE-TEMPLATE:--plan EXAMPLE-PLAN1, --name TEMPLATE:--name Plan1" |