-
Using conditional fields in Word template export
I'm trying to change the text displayed in our Word template export based on the value in a flag field on an item type. Word mail merge supports this by using an IF … THEN … ELSE construct like this: { IF {MERGEFIELD Membership_Type } = “F” “Family” { IF {MERGEFIELD Membership_Type } = “Fr” “Friends” { IF {MERGEFIELD…
-
How to filter set of requirements by category?
I have a set of requirements that includes three item types: text, folders, and requirements. I have properly classified the items into one of two or both categories. I would like to filter and export the items from that set that fall within one of those categories. How do I do that? Can it be done with tags? The filter…
-
Add items from a test case to a testrun report
I am using the "Test Detail Grouped by Test Case" report as my base. what I would like to do is add fields from the test case to each test run table. Say I have a text field, we'll call it "Field_A" in my test case. When I generate the summary for each testrun, which does not include "Field_A", though the test case does, I…
-
Report generation for license based on location field
How I can add field named as "Location" in Admin—>Users. Currently that field is not configured on front UI page and doesn't populate in exported report. This is import to track the information about users based on location.
-
How do you get Jama and Conlfuence to talk to one another?
I would like to sync things between Jama and confluence but I am not sure if that is possible with Jama Enterprise. I have seen a demo where it was shown how to sync Jira tickets and Jama, but what about confluence?
-
Log in to JAMA Instance
Hi, How do I find the URL to log in to my instance of JAMA? Thanks, Johnny Salinas
-
Browser cache/cookies
This question is mainly for other self-hosted Jama users. Do you experience occasional issues with cache/cookies in Jama? We have learned that occasionally a user can get kicked out if they use multiple windows of the same browser, but it's not consistent behavior to test with support. Generally, using multiple browser…
-
Velocity doc internal link to not yet rendered content
I have a document with two sections. Section 1 contains internal document links to items in Section 2 Section 2 contains internal document links to items in Section 1 I am able to dynamically create the id (id = section2$id) for the item in Section 2 that will be linked to by the item in Section 1 (href="#section2$id").…
-
New forum rich text issues
Maybe its just me, but I've tried pasting in code snippets (velocity) and quite often the whole post just disappears. Also, tried uploading a small picture and it also doesn't show up.
-
How to add a custom field into a velocity report
I have a custom text field named "legacy_id" that I am trying to add as a new column in a velocity trace report. When using: "td rowspan=$span class=$contentStyle>$!source.legacy_id</td>" the column is not populated with the data in the report. If I substitute "source.legacy_id" for a different predefined field such as…
-
New Review Comments & Signatures Velocity Report Feedback
Dear all, I've recently had a chance to test the new Review Comments & Signatures Velocity Report that was introduced in version 9.11 due to the phaseout of the BIRT platform. After testing it I found that the new report, contains item descriptions (not included in BIRT report and are not necessary for such document /…
-
REST API / Users
Is there a way to add additional properties to a user object? E.g. department Is this possible via the API with "PUT /users/{userId}/customData"?
-
How to upload updated images to jama server and keep the same URL
I noticed that if I upload an image to Jama and use it in a requirement, the next time I upload an updated version, the image is duplicated, and the original requirement that references the image is not updated, because now I have two different images. How can I manage my images such that I have just one copy of an image…
-
Hyperlinks from Jama help into the jamasoftware community are broken
also links inside the community example: https://jamasoftware.connectedcommunity.org/blogs/kristina-king/2016/11/14/custom-word-template-easy-start-guide
-
Multiple values for Release Field
Hi. Is there a way to enable multiple values for Release field? I read and followed Jama Connect User Guide on Releases but was not able to select more than one release value in the Release field of an item. If the Release field cannot be configured to have multiple release values, how do you manage items-versions that are…