API Cookbook
Syndeia 3.6 SP2 offers an updated release of the Syndeia Cloud API Cookbook, a collection of demonstration examples and patterns for using the Syndeia Cloud REST API. The package includes a collection of Jupyter notebooks using the Python client of the Syndeia Cloud REST API. The notebooks demonstrate using Syndeia Cloud API to (1) connect, query, and fetch data from integrated repositories, e.g. Jira, Jama Connect, and Teamwork Cloud; and (2) build and query digital thread for a system where artifacts from multiple repositories are connected together. The Python client for the Syndeia Cloud API is available as a Conda package.
Version
The latest release of the Syndeia Cloud API Cookbook is 3.6.2 (2025-05). We release new versions of the API Cookbook on a regular basis. Each version includes new (and updates to existing) demonstrations and examples. The Syndeia Cloud API Cookbook package version indicates the Syndeia Cloud API version (3.6.2) and the release version of the cookbook.
Pre-requisites
JupyterLab is up and running in your environment (e.g. local machine). See here for details.
Syndeia Cloud 3.6 SP2 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.
Download the following from the Syndeia Downloads page that was provided to you in response to your license/download request on our helpdesk
Syndeia Cloud Python client
syndeia_cloud_36x_client_sdk-3.6.2-py_0.tar.bz2syndeia_cloud_36x_client_sdk-3.6.2-py_0_docs.zip
Syndeia Cloud API Cookbook
Syndeia_Cloud_3.6.2_API_Cookbook_2025-05-05.zip
Review the Syndeia Cloud API Overview page in your Syndeia Cloud Web Dashboard. See here for details.
Review the Syndeia Cloud Swagger doc in your Syndeia Cloud Web Dashboard. See here for details.
Getting Started
Install the Syndeia Cloud Python Client as described here.
Unzip the Syndeia Cloud API Cookbook. You will see the following Jupyter notebooks included with this release
The
Generalfolder includes 2 notebooks:Hello_Syndeia_Cloud_3.6provides a gentle introduction to using the Syndeia Cloud API.Syndeia_Cloud_3.6_Dash_Analyticsbuilds on the above notebook and provides examples of analytics
The
Repositoriesfolder includes notebooks demonstrating the tool/repository integrations in Syndeia CloudSyndeia_Cloud_3.6_DOORS-NG_Regular_Projectsdemonstrates the use of Syndeia Cloud API to fetch data from regular (non-CM enabled) projects in DOORS NGSyndeia_Cloud_3.6_DOORS-NG_CM_Enabled_Projectsdemonstrates the use of Syndeia Cloud API to fetch data from CM-enabled projects in DOORS NGSyndeia_Cloud_3.6_Jamademonstrates the use of Syndeia Cloud API to fetch data from Jama Connect repositoriesSyndeia_Cloud_3.6_JIRAdemonstrates the use of Syndeia Cloud API to fetch data from Jira repositoriesSyndeia_Cloud_3.6_Teamcenter.ipynbdemonstrates the use of Syndeia Cloud API to fetch data from Teamcenter repositoriesSyndeia_Cloud_3.6_TestRaildemonstrates the use of Syndeia Cloud API to fetch data from TestRail repositoriesSyndeia_Cloud_3.6_TWCdemonstrates the use of Syndeia Cloud API to fetch data from Teamwork Cloud repositoriesSyndeia_Cloud_3.6_Windchilldemonstrates the use of Syndeia Cloud API to fetch data from Windchill repositories
You may need to install several Data Science libraries into your chosen python Conda environment. We know that at least the following are likely. Install all reported missing imports, as needed.
conda install pandas
conda install plotly
conda install jinja2
conda install nbformatOpen the
Hello_Syndeia_Cloud_3.6 notebookin JupyterLab and run each cell.
Example
The screenshot below shows a snippet from the General / Syndeia_Cloud_3.6_Dash_Analytics.ipynbJupyter (ipynb) notebook in the Syndeia Cloud API Cookbook. It shows a table of Jira issues linked to other artifacts (e.g. SysML, Teamcenter, Jama Connect, and other repos) in a Spacecraft Digital Thread Project. The color coding in based on the status of the Jira issues.