Jama Connect REST API

The Jama Connect REST API (v1) provides programmatic access to items, projects, relationships, item types, baselines, test plans, test cycles, test runs, users, user groups, tags, attachments, comments, and activities in a Jama Connect instance. It is served per tenant at https://{instance}.jamacloud.com/rest/v1/ and supports HTTP Basic and OAuth 2.0 client-credentials authentication.

API entry from apis.yml

apis.yml Raw ↑
name: Jama Connect REST API
description: The Jama Connect REST API (v1) provides programmatic access to items, projects, relationships,
  item types, baselines, test plans, test cycles, test runs, users, user groups, tags, attachments, comments,
  and activities in a Jama Connect instance. It is served per tenant at https://{instance}.jamacloud.com/rest/v1/
  and supports HTTP Basic and OAuth 2.0 client-credentials authentication.
humanURL: https://rest.jamasoftware.com/
baseURL: https://tenant.jamacloud.com/rest/v1/
properties:
- type: Documentation
  url: https://rest.jamasoftware.com/
- type: APIReference
  url: https://rest.jamasoftware.com/
- type: GettingStarted
  url: https://dev.jamasoftware.com/api/
- type: Authentication
  url: authentication/jama-software-authentication.yml