Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update from 3.5 SP2 to 3.6

...

The latest release of the Syndeia Cloud API Cookbook is 3.5 SP2 6 (20232024-1104). We will be releasing new versions of the API Cookbook on a regular basis. Each version will include new (and updates to existing) demonstrations and examples. The Syndeia Cloud API Cookbook package version indicates the Syndeia Cloud API version (3.5 SP26) and the release version of the cookbook.

...

  1. JupyterLab is up and running in your environment (e.g. local machine). See here for details.

  2. Syndeia Cloud 3.5 6 is up and running in your enterprise environment and accessible to you. You should be able to log in to Syndeia Cloud Web Dashboard with your username and password.

  3. Download the following from the Syndeia Downloads page that was provided to you in response to your license/download request on our helpdesk

    1. Syndeia Cloud Python client

      1. syndeia_cloud_35x_client_sdk-3.56.0-py_0.tar.bz2

      2. syndeia_cloud_35x_client_sdk-3.56.0-py_0_docs.zip

    2. Syndeia Cloud API Cookbook

      1. Syndeia_Cloud_API_Cookbook_3.56_Release_2022-09.zip

  4. Review the Syndeia Cloud API Overview page in your Syndeia Cloud Web Dashboard. See here for details.

  5. Review the Syndeia Cloud Swagger doc in your Syndeia Cloud Web Dashboard. See here for details.

...

  1. Install the Syndeia Cloud Python Client as described here.

  2. Unzip the Syndeia Cloud API Cookbook. You will see the following Jupyter notebooks included with this release

    1. The General folder includes 2 notebooks

      1. Hello_Syndeia_Cloud_3.56 provides a gentle introduction to using the Syndeia Cloud API.

      2. Syndeia_Cloud_3.56_Analytics builds on the above notebook and provides examples of analytics

    2. The Repositories folder includes notebooks demonstrating the tool/repository integrations in Syndeia Cloud

      1. Syndeia_Cloud_3.56_DOORS-NG_Regular_Projects demonstrates the use of Syndeia Cloud API to fetch data from regular (non-CM enabled) projects in DOORS NG

      2. Syndeia_Cloud_3.56_DOORS-NG_CM_Enabled_Projects demonstrates the use of Syndeia Cloud API to fetch data from CM-enabled projects in DOORS NG

      3. Syndeia_Cloud_3.56_Jama demonstrates the use of Syndeia Cloud API to fetch data from Jama Connect repositories

      4. Syndeia_Cloud_3.56_JIRA demonstrates the use of Syndeia Cloud API to fetch data from Jira repositories

      5. Syndeia_Cloud_3.56_TestRail demonstrates the use of Syndeia Cloud API to fetch data from TestRail repositories

      6. Syndeia_Cloud_3.56_TWC demonstrates the use of Syndeia Cloud API to fetch data from Teamwork Cloud repositories

      7. Syndeia_Cloud_3.56_Windchill demonstrates the use of Syndeia Cloud API to fetch data from Windchill repositories

  3. Open the Hello_Syndeia_Cloud_3.5 6 notebook in JupyterLab and run each cell.

...