-
Counting Items in Different Components
Hi. We have the subsystem level component and several subsystem components under the subsystem level component. I would like to count the number of subsystem requirements for each lifecycle status. There is no subsystem name in the subsystem requirement item. The only indication is in the Item Path. However Item Path is…
-
Jama 8.79.7 self-hosted Installation fails with 400:
Hi All - Appreciate any help and suggestion. We have installed Jama connect 8.79.1 and when we try to start login Jama admin Console: Process is NOT starting problem: Message: provisioning is in an unexpected state: error . Error in contour api log- [com.jamasoftware.contour.rest.filters.RestRequestResponseLogFilter] -…
-
How to use Categories
Is there a blog or video/webinar on how to realistically apply the Categories? How does it differ from Reuse/Sync across projects with tagging? In theory, it sounds like it would be beneficial, but I haven't found any resources for it. It's strange that such a new feature would have so little guidance. Thanks.…
-
Get Relationships in py_jama_rest_client
Hi all, I want to use the JAMA Rest API in Python to get all relationships of my project. My minimal example is: from py_jama_rest_client.client import JamaClient client = JamaClient(<JAMA URL>, credentials=(<Username>, <Password>)) relationships = client.get_relationships(project_id=53) The error, I get is:…
-
Import Test Cases from Excel without using HTML formatting
Is there a way to import Test cases from Excel without using HTML formatting. If I don't add the HTML formatting tags, then the text gets all squished together when imported. ------------------------------ mark yanofsky Fresenius Kabi North Andover MA ------------------------------
-
Test Run: Specify Environment and Build #
Hello, We were looking for a way to include the build number and the environment in the test run. I cannot find a reasonable solution for including this data. * We did not want the data to be free text fields as this is way too prone to error and we need to filter on this data. * We explored a drop down, but this would be…
-
PUT testruns to JAMA is not updating the description
I am using the REST APIs to create a new testCycle and publish test results to JAMA. When using "PUT /testruns/{id}" API; I use the data as given below. <em> data = {</em> <em> "fields": {</em> <em> "testRunStatus": "PASSED",</em> <em> "description": "Sample Test description",</em> <em> }</em> <em> }</em> And send it to…
-
Relationships for Components
Hi all, I have found out that it is possible to set relationships for Components, but not for Sets/Folders. I was expecting either all or none. Is there a reason for enabling Relationships for Components? Best,
-
Showing different fields as IDs in the upstream/downstream list
Because we are importing a lot of existing system and subsystem requirements that had their own requirement IDs, we have a custom field that we are calling ALMA_ID (could be called something like Legacy_ID to better convey the general meaning). Would it be possible to show this ALMA_ID field, or any other custom field?…
-
Showing
Sorry, wrong content. Please delete.
-
Count Relationship Types for an Item Type
I would like to find out what relationship types are being used for a specific item type. When I use a filter to list a specific item type with upstream relationship of any relationship type, the result does not show relationship types. Therefore I cannot count them. Is there a way to count Relation Types for an item type?…
-
Setting Lifecycle Status for Imported Requirements
We imported requirements to Jama from another system. The Lifecycle Status of these requirements are now set to Draft. What are some ways to update Lifecyle Status of these requirements? Thanks. ------------------------------ Peter Kim Torc Robotics ------------------------------
-
RE: Finding items without a category
-
Finding items without a category
We are trying to find items in a project that don't have a category assigned to them. The advanced filters allow us to find items where category "is equal to" or "is not equal to" a specific category, but it doesn't let us find items that don't have any categories assigned, unless we enter multiple conditions of "is not…
-
Folder attribute updates
Need to be able to bulk-update folders for an attribute we added. Round tripping apparently doesn't operate on folders. Editing this attribute of the folders in list view doesn't work, even though editing text and requirements with a similar attribute in list view works just fine. Aside from creating a script to hit the…