-
Ideation Center : add category "Data Exchange"
Please add "Data Exchange" as category in the feature requests in the ideation center ------------------------------ Alessandro Systems Engineer SICK AG ------------------------------
-
Minor quality of life improvment: all links in a test execution run open in other tabs/windows
Just add target="_blank" to all the <a> tags in the test run execution (especially ones int he Description field), as it is you can click on a link and then its limited navigation so its hard for some users to get back to the original page. Yes we could go round editing them all but most are system locked by workflow.…
-
Is there a Comply or not comply feature in Jama?
I have a question, is it possible to send a JAMA review for the approver to indicate if they comply or Not Comply to each requirement? We have this option below during JAMA approval workflow. Can we change the meaning of these icons to (Comply, Do Not Comply, Partially Comply, Notes) in JAMA??…
-
Export (user-modified) List View to a Word document in table-format
Hello, I am trying to configure an Export Option for my team to export a list view of a Set, to a Word Document with tables. My users have a Set opened, in which they configured their own custom List Views (i.e. they selected which columns/fields to display). One user likes 7 columns (=fields) shown in the List View,…
-
Categories not showing up in Sync Items pane
When on the Sync Items pane, the categories applied to items do not appear under the Categories column - this seems to be a bug. I would like to be able to see what categories are applied to each item in the Sync Items pane view. * Expected: The categories applied to each item are visible under the Categories column on the…
-
Using Mail Merge Skip If
Is it possible to implement a basic filter on the output for a mail merge generated report with the "skip if" merge field? I've been trying it and it doesn't appear to be working. Not sure if it is pilot error or it just isn't supported. Easiest solution would be to create a filter prior to export, but I'm hoping to make…
-
Velocity/REST - Get Workflow Transitions for a project and item type
Hello, is there a way to get all workflow transitions for an item type? Or, even better, including per project override? I seem to miss such REST endpoint or Velocity function. Thank you in advance. Kind regards, Roman ------------------------------ Roman Sickaruk ON Semiconductor ------------------------------
-
Authorize API in Jama
Hi team, I need below Clarification. Can you please response ASAP.. I am trying to get the Authorize API in Jama but Unable to find anything. Jama document link I referred.. Is there any API request available for an authorization code by redirecting the user to JAMA Connect? Just for your reference , I saw something…
-
Unable to browse for files in Attachments tab of Links dialog
I tried my best to see if I could find a previous discussion on this topic but was unsuccessful! We have several projects in our organization. I have some users who do not project level permissions for "Project B" but do have such permissions for "Project A". In Project A, when they go to add a link in the Description…
-
Search for Items in Review
Is there a way to search for all IDs / items that are associated with an active review? ------------------------------ Jennifer McLaughlin SiriusXM NC ------------------------------
-
Velocity Code for Excel - Removing Extra Return Lines while Formatting Rich Text Cells
Hi everyone, I'm trying to create a simple velocity export code where the rich text description in my item type needs to be exported into an Excel cell. I'm utilizing a macro for Formatting Rich Text and I cannot figure out how to remove the extra return spaces it creates: The source code in Jama for the Rich Text…
-
Inserted images appear and are saved twice
Hi, we see in issue in the Rich Text Objects using Jama Connect 9.5.0 (Build date: 2023/10/17 12:48) If we insert an image from clipboard with Ctrl+V, the image appears twice: Looking at the Source view, the image is actually saved twice as attachment. Once simply as image.png and once with a timestamp: It happened with…
-
API Request for authorization code by redirecting the user in JAMA connect
I am trying to get the Authorize API in Jama but can't find anything. I have attached the Document link. I saw something similar to the question I am asking in Jira. Is there any API request available for an authorization code by redirecting the user to JAMA Connect? For More Information: As the same type, the request that…
-
Deleted Item does not appear in Activity Stream
Are there any circumstances in which a deletion of an item would not appear in the Activity Stream. I deleted an item that was included in an open review. The review does register that the item was edited, with the edit being the deletion of the item. However, I don't see the deletion registered in the Activity stream? Is…
-
Category Name in Velocity Report instead of Path?
In velocity reports, how do you convert the Category Path from getAllCategoryPathsByDocumentId(java.lang.Integer documentIds) to the name of the category? For tags I used: #set( $docTags = $tagDao.getAllTagsByDocumentId($vDoc.document.id)) ... #foreach( $dt in $docTags) $dt.tagName But the synonymous version below doesn't…