-
How to view ReqIF contents exported from Jama?
I was able to export Jama contents in ReqIF format using Jama Data Exchange. I would like to upload these contents to some system and view them with a ReqIF viewer. Any recommendation on tools to view ReqIF? Thanks. Peter Kim
-
Extracting an Image in Steps into Word Report using velocity
Dear Community; I writing a velocity code to export steps into a word document. The problem is that I am using the $doc.testcaseSteps where I am able to extract the content of Steps but while exporting the data into word including an image, the image won't show on Word an X sign would pop up instead of the image. The same…
-
Exporting Steps Item Type
Dear All, how can we export the steps table using velocity code ? used this function: #set($Steps_Ver = $velocityReportUtil.getValueForField($doc, "testCaseSteps", $dateFormat)) but the output is as a paragraph.
-
Add and retrieve user attribute via REST API.
Is it possible to add a custom attribute such as department or cost center to the user via a REST API call?
-
Moved Tests that were in an open review and can't publish the reivew
Hi, One of our users moved test items that were in an open review. The id of these items have been updated in the review, but when they try to publish it, he gets the below error message. Is there anything we can do to resolve besides going through all the items to see what's changed and update the items maunually? Thank…
-
Unexpected Error Message
Does anyone know what could be causing this message? It's displayed after individually editing items, but the changes made to said items still go through despite the error message.
-
What is the proper way to cross-reference dictionary items or other items in Jama?
Suppose I want to cross-reference another item in Jama from the Description field of an item. What is the best practice to do something like that? For example, suppose I have one requirement and one interface: If the Airspeed_Status is FAILED, the Displayed_Airspeed shall be "—". In the data dictionary I have an entry for…
-
How does Jama support OOSEM?
In this presentation there was a bullet item that mentioned that Jama supports OOSEM out of the box (see slide 7). My question is, how does it support OOSEM and as a start, what would the project structure look like for supporting OOSEM? For example, is the package structure based on folders or components, or both? Are the…
-
Velocity API Help
$documentSource.getDocumentURLs( $document.id ) returns a list of DocumentUrl. What is the proper usage of this function to create a hyperlink to the item in Jama Connect?
-
No e-mail digests anymore and Notification Preferences (e-mail) in Community Profile not saved
Hi Until 2024-03-07 I received two daily e-mail digests ("Support" and "Release Notes and Announcements"). After this day, no digests were sent by Jama anymore. I was wondering, if there is a new way of subscribing to topics? Unfortunately, I did not receive any information that the digest e-mails were shut down resp. this…
-
Status 400 trying to update test results
I'm trying to update the results of a Test Run through the REST API with Python, but for some reason my PUT requests while trying to enter the results return with status 400. The same code worked about a year ago and could update the results, so I'm not sure where the request is getting malformed. The same Headers and…
-
Add images to comments
I had a user ask if we can add capability to copy/paste images into comments. Is this being considered already?
-
Browsing recent additions to Ideation?
The new forums look cool but I can't work out how to view the most recent Ideation items across all categories. I feel like it makes it harder to get ideas voted on effectively.
-
Creating a Custom Connector in PowerAutomate for Jama Connect: Seeking Insights
Hello Jama Community, In an ideal world, I envision a scenario where I can automate some of the more mundane and repetitive tasks in Jama Connect like project creation, adding users, and adjustments of access rights, using Microsoft PowerAutomate. The aim is to free up more time to focus on pressing matters that require my…
-
Sorting by Release in Velocity - Jama Cloud
I am revising a velocity report and would like to group $documentList by release. Is there a way to get a collection of all project releases (used or not)?