Recently active
Can we do "Export project as Template" using API?
We are excited to invite you to our new weekly webinar series, Codebeamer Decoded. Join us every Thursday at 11 am EDT starting September 26th as our experts take you on an in-depth exploration of Codebeamer! Discover the powerful features and capabilities of this software and learn how it can enhance your projects. This FREE Codebeamer Mini-Series aims to:Delve into Codebeamer through technical demonstrationsIntroduce you to Codebeamer’s features including the latest enhancementsExplore industry trends in software development and compliancePresent the advantages of ALMDemonstrate the interaction of Codebeamer with other important parts of the digital thread like PLE, MBSE, and PLM Registration is available for the inaugural session on September 26th: Introduction to Codebeamer & Codebeamer Decoded. Click the link below to learn more about the series and save your spot for the first session. Register Now
We’re excited to share the latest features of #Codebeamer 2.2! Enhanced scalability, Review Hub improvements, seamless Azure Repos integration, and more. Read our blog or watch the latest 2.2 Release Webinar to learn more about the newest version of Codebeamer!
Hello, I am a new user to codebeamer and have not been able to determine how to configure the project settings for changing the rules for what upstream/downstream references are allowed in between trackers. I will be an admin and creating projects to manage aerospace requirements and projects and this would be a very useful tool/item to go over in the courses that was not discussed in the self-guided trainings. I could also not find this in the user guide for creating new projects or trackers. If it is in the user guide, could someone point me to this section?
Hello Team, If we try to generate traceability between SRS and SGD, the generated report links the downstream requirement to the upstream requirement, but without mentioning the version of the covered upstream requirement.Which means that if an SRS requirement was changed and its version is incremented, the traceability will not detect this change and the downstream SGD requirement will still appear to cover the SRS requirement, although it has been changed and the version attribute has changed. So, if the traceability report links the downstream requirement to the version of the covered upstream requirement, any change in the upstream requirement will be detected.
Hello, I am currently exploring the trial version of Codebeamer and was wondering if it is possible to access and use the REST API during the trial period. Is there a way to use the REST API in the trial version?
I'm having trouble merging branches/working sets in codebeamer. Specifically, I am having trouble merging status fields with reviews attached and items I do not own. 2 questions:1. Is there a way to merge the status and review attached with the status?2. Is there a way to see who has a right to edit an item and there for can merge it
is there any possibility of exchanging the data between Windchill and Codebeamer?Can we integrate the prodcut timelines from PLM to Software & activity tasking timelines in Codebeamer alm?
Hello all,test case can be created only if user is member of Project Admin role.There are 6 roles in total and none of them do not allow to create test case.User has developer role and even all permissions are checked then creation is still not possible.Do you have any idea what else need to be set?Attached Test Case permission matrix and developer role matrix.thank you
Software: Codebeamer 2.1 (training environment) Datecode: 2.1.0.0 Hello all, I am doing a word roundtrip in Codebeamer, and I have made a custom template which can fetch the data from custom fields in the tracker. Problem: In the exported roundtrip file, I am not able to edit the value of custom fields, the only editable fields in the roundtrip document are 'work item name', 'description', 'business value'. There is an editing restriction on other fields, like the custom fields.If I forcefully edit the custom fields, the roundtrip is not working. Let me know if this use case is possible. And if yes, please guide me on how to make the custom fields editable in the word roundtrip file.Thank you
Software: Codebeamer 2.1 (training environment) Datecode: 2.1.0.0 Hello all, I am exporting a work item in excel format from a tracker and the exported filename is in the format "[project name]-[tracker name]", I want to customize it to be "[project name]-[tracker name]-[work item name]". (attached a picture for reference).I have checked and tried customizing the export template, but I am only able to customize the content of the export file, not the filename.Let me know if this use case is possible. And if yes, please guide me on where I can find the configurations to customize the exported file's name.Thank you
Hi everyone:I tried to create New Managed Git repository In CB2.2.0.0,but "Error while validating dump:" always shows and fail the configuration..The git dump file is verified without error and could cloned back to original git repository by git commands via git bash !! Really appreciate if anyone could help me to know what's going on on this issues ?
I have successfully done up to stagging by using Skia sharp approach i can able to extract the images from db2 but I'm not able to upload the images in Postgres.We have checked image path in codebeamer installation folder we found that now how that path is referring in codebeamer DB we need to check I checked all the tables in dB but could not find how that path is referring in DB. Can you please help me with the path referring in DB
I have a CustomField named CustomField[13].I would like to define another field with Mandatory option based on the value in CustomField[13].Can someone share the syntax for the same.I tried the below, but no success:
Does anyone know the correct syntax to set a dropdown field using the "Computed as" logic? For example if I want to automatically set a dropdown to option id 1, how would I do that? I have tried several things, such as choiceField[2][1], choiceField[2][0]_option[1], etc, from the Codebeamer documentation but nothing seems to work.
Transaction aborted; nested exception is java.util.concurrent.ExecutionException: groovy.lang.MissingMethodException: No signature of method: com.intland.codebeamer.text.excel.FieldAccessor.setStatus() is applicable for argument types: (com.intland.codebeamer.persistence.dto.TrackerItemDto, String) values: [[CRS-1015] - testauto, Completed]getting this error cant find the method to update the status
Hello,I'm using Codebeamer trial version to check API behaviors.I'm able to test it on the API tester. However, if I copy and paste the Curl commands from above and run the same from the terminal, I get the following error.Is there a way to get API permissions for the trial version? {"message":"User .... [....] doesn't have Rest/Remote API - access permission.","resourceUri":"/"}%
Hello, based on https://codebeamer.com/cb/wiki/1563473 and the example there, I try to export more than just comment (at.description).Mainly, I look for the template code to get the user who created the comment, but I'd appreciate a (link to) the full structure definition much more. So far I tried ( <jt:forEach items="${item.attachments}" var="at">${at.id}</jt:forEach>)at.createdBy (gives me an empty cell)at.name (filename of the attachment)at.createdAt (two comma seperated numbers... any hints?)at.id (not sure which id I get her, I guess the comment's id)at.version (seems like the version of the comment)at.comment (mostly empty. Once I got the text "description" which is nowhere in the item. It was only in a comment which was edited and had version=2)
As our license is expiring later this month we would like to get a full copy/dump of all data in our projects.
Hello all,we are not able to create or edit Test Cases.Always get error: Transaction rolled back because it has been marked as rollback-onlyTried bellow article CS416551 and didn't help:Article - CS416551 - Transaction rolled back because it has been marked as rollback-only when modifying a Test Case in Codebeamer (ptc.com) Interesting is that creation or edit works if "Document Edit View" is active but not in "Table View or Document View". thank you
Hi,In a tracker of requirements, the filter doesn't work with wildcard:for a key like this "XC%":The engine find "XCSIMU" (ok), but it doesn't find "XC_DEBUG_SRC" (NOK) If we do the same thing with "description" field, the result doesn't contain results with de keyword inside a table (same key): I don't see the requirement wich contains this table with "XC IMU POSTPRO": the warning message is not true: MySQL however supports the % character at the start of an occurrence:https://www.w3schools.com/mysql/mysql_wildcards.asp:(WHERE CustomerName LIKE '%a', Finds any values that ends with "a")Moreover search for a full title works witk "like" operator, but search for a work in a title doesn't work: Doesn't find "Firware restriction"
Hello,during start of Codebeamer on Oracle Linux 8 we receive following warnings:# /codebeamer/cb2210_sp7/bin/startup/codebeamer/cb2210_sp7/bin/startup: line 80: test: too many arguments/codebeamer/cb2210_sp7/bin/startup: line 86: warning: setlocale: LC_CTYPE: cannot change locale (en_US.utf8en_US.utf8@ampm): No such file or directory/codebeamer/cb2210_sp7/bin/startup: line 87: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8en_US.utf8@ampm)/codebeamer/cb2210_sp7/bin/startup: line 89: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8en_US.utf8@ampm)Running Codebeamer in background mode...Command resut of # locale -a | grep -i 'en_US.UTF.*8'en_US.utf8en_US.utf8@ampm Command locale shows: # localeLANG=en_US.UTF-8LC_CTYPE="en_US.UTF-8"LC_NUMERIC="en_US.UTF-8"LC_TIME="en_US.UTF-8"LC_COLLATE="en_US.UTF-8"LC_MONETARY="en_US.UTF-8"LC_MESSAGES="en_US.UTF-8"LC_PAPER="en_US.UTF-8"LC_NAME="en_US.UTF-8"LC_ADDRESS="en_US.UTF-8"LC_TELEPHONE="en_US.UTF-8"LC_MEASUREMEN
Is there a way to use REST API to create and then perform a review in Review HUB?
PTC’s ALM portfolio, inclusive of Codebeamer, PTC Modeler, pure::variants, and PTC RV&S, is recognized as the top provider of technical capabilities, earning the highest score in Omdia’s Solution Capability assessment category. The assessment distinguishes PTC as the top ALM solution provider, surpassing competitors such as Siemens, IBM, and OpenText. “For the major engineering manufacturers that have a need for ALM, PLM, PLE, and MBSE, PTC is unique to Omdia’s knowledge in being able to offer such portfolio. Omdia has rated PTC as a leader in the RSLM market, and we believe on this strength and the strength of its portfolio, that it will be an outperformer in the market for software-defined product development.” - Michael Azoff, Chief Analyst, Omdia Read the full report now!
Get a First Look at the New Codebeamer 2.2! Join us on August 8th for a virtual launch event celebrating the newest Codebeamer release. You will hear details on: Latest product updates and new features. Codebeamer’s UX Lab research and the team gathers user input to guide product design. Finally, you’ll be among the first to see a demo of the new Azure Repos integration for Source Code Management and learn about the new Catia Magic OSLC connection through partners Consultens and Incquery. Get an exclusive first look at new features such as: New UI and functionality in Review Hub Catia Magic OSLC Template Configuration enhancements Word export improvements Baseline Reports Dashboard Azure Repos SCM integration Project-level audit enhancements Japanese and Korean Language Improved background operations Secure your seat now!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.