Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleExport 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
languagebash
titleCreate same plan key as export
--action run --file example.txt


Code Block
languagebash
titleCreate new plan key
--action run --file example.txt --findReplace "--plan EXAMPLE-TEMPLATE:--plan EXAMPLE-PLAN1, --name TEMPLATE:--name Plan1"