Versions Compared

Key

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

Action

run

Description

Run a script that has both Jira and Confluence actions.

Command

No Format
nopaneltrue
acli bobswift9 -a run --field "name=Template" 
--input "-a addSpace --space \@name\@@name@ --continue" 
--input "-a storePage --space \@space\@@space@ --title \"Users Guide\" --parent @home --content {children}" 
--input "-a storePage --space \@space\@@space@ --title \"Get Started\" --parent \@pageId\@@pageId@ --content xxx" 
--input "-a storePage --space \@space\@@space@ --title \"Administratorss Guide\" --parent @home --content {children}" 
--input "-a storePage --space \@space\@@space@ --title \"Release Notes\" --parent @home --content {children}"

...