Version 9.40 — Cloud

Kelli Greenwald
Kelli Greenwald
  • Updated

Release date US: 2026/09/18

Release date AU/EU: 2026/09/18

Jama Connect® v9.40

Trace View Canvas — Beta

Trace View Canvas provides an interactive graph for exploring item relationships. It displays a selected item and its upstream and downstream relationships as connected cards, helping you understand relationship structures and identify coverage issues.

With Trace View Canvas, you can:

  • Pan and zoom the canvas
  • Preview items using their document keys
  • Identify suspect relationships and missing upstream or downstream coverage using status icons
  • Use relationship counts to find additional connections
Screenshot 2026-09-15 at 11.23.47 AM.png

Introducing Jama Connect Webhooks

Jama Connect Webhooks send real-time HTTPS notifications to registered endpoints when supported events occur in Jama Connect. This reduces the need to repeatedly poll the REST API for changes.

Use webhooks to keep downstream systems, automation platforms, and collaboration tools up to date when Jama Connect data changes. For example, you can trigger a workflow when an item changes, notify a connected system when a review is published, or start an integration process when relationship or baseline data changes.

Configure webhook subscriptions

Configure webhook endpoints and subscriptions through Jama Connect Interchange™. After you register and verify an endpoint, create subscriptions for the events relevant to your workflow.

Supported events

You can subscribe to the following event types.

  • Items
    • ITEM_CREATED
    • ITEM_UPDATED
    • ITEM_DELETED
    • ITEM_RESTORED
    • ITEM_COPY
    • ITEM_COMMENT_ADDED
    • ITEM_ATTACHMENT_ADDED
    • ITEM_ATTACHMENT_REMOVED
  • Reviews
    • REVIEW_CREATED
    • REVISION_PUBLISHED
    • REVIEW_FINALIZED
  • Relationships
    • RELATIONSHIP_CREATED
    • RELATIONSHIP_UPDATED
    • RELATIONSHIP_DELETED
  • Projects and baselines
    • PROJECT_CREATED
    • PROJECT_DELETED
    • BASELINE_CREATED
  • Test plans, cycles, and runs
    • TEST_PLAN_CREATED
    • TEST_PLAN_UPDATED
    • TEST_PLAN_DELETED
    • TEST_PLAN_RESTORED
    • TEST_CYCLE_CREATED
    • TEST_CYCLE_UPDATED
    • TEST_CYCLE_DELETED
    • TEST_CYCLE_RESTORED
    • TEST_RUN_CREATED
    • TEST_RUN_UPDATED
    • TEST_RUN_DELETED
  • Attachments
    • ATTACHMENT_CREATED
    • ATTACHMENT_UPDATED
    • ATTACHMENT_DELETED
  • Bulk operations
    • BATCH_UPDATE
    • BATCH_COPY

For setup instructions, event details, and payload information, see: Jama Connect Webhooks

Receive event notifications

Jama Connect Webhooks send HTTPS POST requests with structured event metadata, including the event type and timestamp. Each payload includes resource data that corresponds to the related Jama Connect REST API response.

Security and permissions

Jama Connect Webhooks use system-level access rather than an individual user’s permissions. Payload data isn’t filtered by user-level access rights. Make sure your receiving endpoint and downstream applications enforce appropriate access controls and data-handling policies.

Add Participants to Sequential Approval Reviews

Moderators can now assign users and groups to stages in an approval review, ensuring that participants review content in the required order. Each stage begins after the previous stage is complete, helping teams route approvals efficiently and involve later reviewers only when needed.

Participants receive notifications when their stage becomes active. For group participants, one group member can claim the review and sign on behalf of the group. If a participant rejects the content, the review returns to the first stage when the next revision begins.

Screenshot 2026-09-10 at 2.50.46%E2%80%AFPM.png

 

Screenshot 2026-09-10 at 2.52.07%E2%80%AFPM.png

New Checklist Feature in Approval Reviews

Moderators can now add a reusable checklist when creating an approval review, and reviewers can complete it during the approval process. This feature brings compliance checks into the workflow that teams already use to review and approve product requirements, validations, and other project artifacts.

Moderators can view each participant’s responses on the Checklist Stats page. 

image (3).png

By replacing disconnected spreadsheets and checklist documents, this feature helps teams minimize context switching, identify compliance gaps earlier, and make compliance assessments a consistent, repeatable part of day-to-day engineering work.

This release introduces the first phase of the new checklist functionality. An advanced checklist library, dashboard, workflow governance, and richer versioning are planned for a future release.

Restricted Access Mode in Reviews

Organization admin review settings now include Restricted Access Mode, an optional organization-level setting that limits review participation and sharing based on item access. 

image-ZAy0mdYem3.png


When enabled by an organization admin, Restricted Access Mode: 

  • Limits review participation to users and groups with access to every item in the review.
  • Hides details about related items or relationships that participants can't access. This helps teams collaborate on sensitive or segmented content while maintaining established access boundaries.
  • Disables public links, limited-public access, external invitations, email-only invitations, and REST API access to new reviews.
  • Applies to new reviews and participant changes in existing reviews. Existing reviews aren't updated automatically unless the participant list is edited.

Jama Connect Advisor™ — PDF Parsing

The ability to parse PDFs helps turn unstructured PDF content into reviewable, traceable items, while you remain in control of the results throughout the import process.

  • Automatically extract and categorize content from PDF documents.
  • Review the suggested content and categories, making adjustments as needed.
  • Complete the import to create items that reflect the source document's presentation. 

Note: Additional enhancements, including error reporting and item type selection, are planned for a future release.

image-7Cd12ctQBP.png

 

image-YOG9t3lfyc.png

 

image-xkENcyAtEE.png
image-yjGvvpECsM.png

 

Jama Connect MCP™ — Create Approval Review

You can now use Jama Connect MCP to create approval reviews for requirements and other project artifacts. Participants can provide feedback and approval before the artifacts move forward.

  • Use AI to create a review based on your requirements to keep humans in the loop. 
  • Set a review deadline and invite participants.
  • Automatically create a baseline and review, return links to both, and email the participants.
Create Review.png

 

Jama Connect MCP™ — Image Retrieval

The Image Retrieval feature helps you use visual information stored in Jama Connect with MCP clients and LLMs.

  • Retrieve and interpret embedded images from supported rich-text and custom text fields.
  • Supported formats include PNG, JPEG, GIF, and BMP.
  • Choose whether image content is included in retrieval results.

Updated Admin Activity Messages

Organization and project admin activities are now included when you duplicate a project and include categories.

Resolved Issues

ID Description
SOS-DEF-536 Daily subscription emails now include the user who changed an item along with the modification time.
SOS-DEF-632 In reviews, dates are now correct for reply-to-comment notifications.
SOS-DEF-1062 Pick list fields can now be reset to an empty value after a value is selected.
SOS-DEF-2121 In Admin Configure View, removing the Name or Description column from the Review Center Reading View now successfully removes that field from the review.
SOS-DEF-4286 You can now add relationships when an item type uses different upstream and downstream relationship types.
SOS-DEF-5276 In reviews, email approvers and email moderators no longer return an error when multiple email addresses are separated by commas in Microsoft Outlook and Gmail.
SOS-DEF-6560 The privacy policy link Admin > Licenses now opens in a new tab or window when you select it.
SOS-DEF-6685 The chart on the Licenses page now correctly represents Collaborator, Stakeholder, Reviewer, and Trial license data.
SOS-DEF-8407 Baseline custom Office reports no longer return a null pointer exception when you use an item's global ID.
SOS-DEF-8652 The delegated approval comment and email no longer display “null,” and the review URL is now displayed correctly as a hyperlink.
SOS-DEF-9167 A user with project admin permissions can now duplicate a project successfully.
SOS-DEF-9227 The default PDF export option now correctly renders the ≤, ≥, and ≠ symbols.
SOS-DEF-9242 The Days Over License Threshold field in Admin > Licenses is now calculated correctly and no longer defaults to seven.
SOS-DEF-9274 List View now loads correctly when a custom field name contains an apostrophe.
SOS-DEF-9341 In the REST API, Swagger now returns the correct values for GET /projects and GET /items.
SOS-DEF-9385 List View now remains on the rich-text field you double-click, even when an item type includes multiple rich-text fields.
SOS-DEF-9495 Filters using the option CreatedDate or another date field now use the correct format.
SOS-DEF-9647 Self-hosted internet installations now pull images from the Replicated Proxy Registry without an ImagePullBackOff error.
SOS-DEF-9693 The Finalize Approval Review screen now displays the project-level review transition setting when the organization-level workflow is overridden for that item type. 
SOS-DEF-9719 When you hover over a set icon in the Explorer Tree, the tooltip now correctly displays ampersands in the item type display name.
SOS-DEF-9730 When you delete an item from the Explorer Tree, the recorded change now appears in the Activity Stream.
SOS-DEF-9769 In List View, pick list colors now remain visible when you select items.
SOS-DEF-9775 Disabling the setting Allow project managers to override workflows on a project no longer reverts the project to organization-level workflow.
SOS-DEF-9800 In the REST API, GET /rest/v1/baselines/{baselineId}/reviewlink no longer returns “readAccess”:false.
SOS-DEF-9874 Images added to rich text fields in test case steps now remain visible after you save and close the item.

 

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.