-
Product Idea Process
You've found the Ideation Community, searched for possibilities, and suggested an idea to help Jama Software work better for you. What comes next? Now that your idea has been submitted, it is automatically open for the community voting process. This will be the time to add further documentation and garner discussion and…
-
Microsoft Exchange's Use of Basic Authentication Affecting Self-hosted Customers
Jama Software is aware of Microsoft Exchange's upcoming retirement of using Basic authentication for SMTP affecting our self hosted customers. This will be handled similar to Microsoft Exchange's retirement of Basic authentication for IMAP in Dec of 2022. The update will be included in the upcoming spring release currently…
-
Acceptable Use Policy Update
Jama Connect customers, please take notice that Jama Software has updated its Acceptable Use Policy, located at https://www.jamasoftware.com/legal. Compliance with the Acceptable Use Policy is required under your agreement with Jama Software. If you have any questions or concerns about this updated policy, please feel free…
-
Access to paid-for community content
Audience: Jama Software® customers who have purchased industry-specific frameworks, data exchange, Jama Connect Interchange™, Functional Safety Kit (FSK), and Jama Validation Kit (JVK). Products Applicable: Jama Connect®, Jama Connect Interchange™, Data Exchange Use Case Access to paid-for community content for Jama…
-
Jama Software will be sponsoring & attending the MedTech Conference in Toronto, Canada
We're proud to sponsor the Medtech Conference in Toronto from October 15-17! Stop by our Booth #503 to get the inside scoop on accelerating innovation in medical device development with live demos, expert insights, and exclusive swag! Location: Toronto, Canada Date: October 15-17 Conference Website + Registration:…
-
Shared Responsibility Model for Jama Software® and Jama Connect® Cloud-hosted Customers
This document outlines the shared responsibilities between Jama Software® (as the cloud provider) and our customers regarding security, application management, and data within our cloud-based web applications. We use Amazon Web Services (AWS) for our infrastructure to ensure a secure and dependable platform. Jama Software®…
-
Permissions Problem: Unable to access content/videos - Jama Software® User Community
Author: Amanda Jennewein Date: August 1, 2024 Audience: Jama Software® User Community Environmental details: Jama Software® User Community Summary Registering as a Jama Software® User Community member and being approved but unable to access content indicates a permissions issue. Pay attention to the lowest right corner of…
-
Free In-Person Jama Event in S. California on July 18, 2024
Come join us at an onsite, in-person event hosted by Jama Software! The intent of this event is to share thought leadership presentations from medical device industry experts! Location: Costa Mesa, CA Date: July 18, 2024 Cost: Free Agenda: IVDR/LDT Software as Medical Device Human Factors/Usability Engineering Medical…
-
Change to Self-hosted release schedule
We would like to make you aware that we are shifting the next self-hosted release from 9.13 to 9.17, with a target release date of October 30, 2024. This change was made to accommodate the scope of the release and resulting technology, performance and security benefits that it will deliver - along with release logistics…
-
Jama Connect® Essential Resources
Jama Connect® Essential Resources Essential Resources Some resources require a support portal account or a Jama Software® User Community Membership.
-
What is the correct way to update "testRunStatus" via rest API?
The below method takes an ID of a TEST_CYCLE and gets a list of the TEST_RUNS. For each of the test runs, I want to update the “testRunStatus”. def jama_testplan_update(self, source_id: int): print("PROJECT: ", self.project_name) cycle_dict = self.get_test_cycle(source_id) print("TEST_CYCLE ID : ", cycle_dict['id'], "IS OF…
-
Remove Workflow Status from being marked as an Edit in Reviews?
Every time I change the workflow status of a set of requirements, it marks all the items in the review as edited even though there are no changes to the actual requirement. This makes it difficult for approvers in the future to see the few actual edits. I've looked through all the Admin tools and options and don't see a…
-
Pop up a comment box window while changing workflow status from one to another
User Story: A comment window should pop-up when the workflow status of item is transitioned to deprecated state. We need the comment box for the following reasons: Users need to provide a valid commit message for marking the requirement as deprecated. We want to enforce user to write a reason for marking the requirement as…
-
How can I report bugs in Jama?
I've found a bug in Jama. How can I report it to the developers?
-
Associating two requirements
What methods does everyone use to tie two requirements together aside from using the Relate function? The following comes to mind, but just want to check with everyone else: Using Tags Having a field attribute to the requirement. This attribute would be a custom field that is Item of Type.
-
Batch Export Reviews | Reviews API
Would it be possible to export the reviews and comments from multiple reviews? Either as an excel, a zip of word files or multiple API calls? The reviews module would really beneft from some of these features that the projects module has.
-
Jama Connect Advisor™: Single Statement vs. Batch Analysis Differences
With Jama Connect Advisor™, we offer multiple ways to analyze your text, giving you the flexibility to tailor your approach based on your needs. However, there are important differences between submitting highlighted text for analysis with single statement and using the batch analysis function. Single Statement Analysis…
-
How do I find all the latest editors e.g. for previous 7 days?
Filtering items and limiting them for updates for e.g. 7 days will provide you a bunch of items. From that list you can then filter by Author to see all those item authors but it is the original creator of that item. Then you can add the column to show Modified by but that would give you only the latest modifier name, not…
-
Please update the release notes for 9.17.1 self-hosted
I am missing the "Test Management - Improved Test Cycle Management" (see release notes 9.17 cloud). Please add
-
Event generation for "Start Test Run" clicks
I would like to know if clicking the "Start Test Run" button in the Execute Test window will generate an event that could be captured by REST APIs? The intention is to build a setup where clicking "Start Test Run" triggers a suite of tests on a local system.