Skip to end of banner
Go to start of banner

WIP Create confluence page from a Jira version in Cloud

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

How to create a confluence page and add a Jira version simultaneously when both the apps are available on the cloud

Instructions

  1. With ACL 9.0 version, You can add the version to a Jira project and create a page in Confluence simultaneously using CLI.
  2. In the acli.properties mention both the applications URL and comment the Default.
  3. Create a text file(cmd1.txt) and add the below actions in your file.
  4.  --action addVersion  --project "CREAT"  --name "V2"
     --action addPage --space "tabletest"  --title "This is title 0"  --content "This is a test page” --parent "Home"
  5. To execute the file, from the terminal run the below-given action
  6. ./acli.sh myjira myconfluence --action run --file "/Users/Reshma/Documents/cmd1.txt"


It is necessary to have both the Jira and Confluence CLI apps in your respective cloud instances.
  • No labels