Recently active
Error:Transaction aborted; nested exception is java.util.concurrent.ExecutionException: org.codehaus.groovy.control.MultipleCompilationErrorsException: Execute a custom script: startup failed: Script7.groovy: 5: unable to resolve class com.intland.codebeamer.event.ItemChangeEvent @ line 5, column 1. import com.intland.codebeamer.event.ItemChangeEvent ^ Script7.groovy: 7: unable to resolve class com.intland.codebeamer.manager.NotificationManager @ line 7, column 1. import com.intland.codebeamer.manager.NotificationManager ^ 2 errors : Script7.groovy: 5: unable to resolve class com.intland.codebeamer.event.ItemChangeEvent @ line 5, column 1. import com.intland.codebeamer.event.ItemChangeEvent ^ Script7.groovy: 7: unable to resolve class com.intland.codebeamer.manager.NotificationManager @ line 7, column 1. import com.intland.codebeamer.manager.NotificationManager ^ 2 errors
Is it possible to add a version of an item from a specific baseline to a tracker via the API?The use case is: a test case tracker with multiple baselines -> create a test set for a specific test case tracker version.
I am using CodeBeamer 22.10-SP11 (postgresql) I am trying to export the trackers into a microsoft word file. I can only have one tracker currently for the whole table. I want to create a tracker for each row of the table. When I create a different tracker for each of the rows, when exported to the word file they get exported in such a way that it creates a new table to each of the rows. Is there any way where I have a dedicated tracker for each row entry of the table.
Hi everyone, I'm having trouble importing updates into my Test Case Tracker in Codebeamer. The updates were made to the export I generated using the round-trip export with a custom template. This template was created by modifying the provided PTC template. However, I'm receiving an error message stating that "no updates are in the file." Below are the table from the template, an image of the updated table for reference, and the error message I'm getting. Has anyone experienced this issue before, or can anyone offer advice on how to resolve it? Any help would be greatly appreciated!Thank you! Table in the template: ActionExpected ResultAssociated RequirementsComment«item.testSteps.num».«item.testSteps.col0»«item.testSteps.col1»«item.testSteps.col6»«item.testSteps.col5» Error Received: Table from Round-Trip file that is being imported
Whenever we are in the older version/iteration of the workitem, it is difficult for the end users to navigate to the latest version. And there is an option in Codebeamer called "Switch to head" but this does not tell the user anything. So, is there any option Can we rename this as "Go to Latest" which is similar to Windchill?
Hello, Story of the Issue:While exporting dashboards to Word in Codebeamer ALM, I noticed that only some widget are successfully included in the document. Specifically, charts like Bar charts and Pie charts are not appearing in the exported word document. Please refer to the attached screenshot for reference. Codebeamer version 2.1.0.2 is deployed on an Ubuntu 22+ Linux machine. For this issue I have followed the document provided by PTC Configuring PhantomJS for codeBeamer As per the solution mentioned in the PTC document I installed PhantomJS v2.1.1 on the server. However, based on my understanding and research, PhantomJS 2.1.1 is not compatible with OpenSSL 3.x, which comes bundled with Ubuntu 22+. I suspect that this OpenSSL incompatibility might be preventing proper rendering of the charts during export. Question:Would downgrading OpenSSL to version 1.x (which is compatible with PhantomJS 2.1.1) potentially resolve this issue without causing any disruption to t
HI,I would like to Synchronize Change Requests with Bugs in Jira, is it possible? On-line i found it.Anyone tested this solution?Thank you! 🙂
Hi Everyone,My name is Dan and I am a product manager at PTC working on building out a Beta of AI capabilities for Codebeamer. As part of that work, I wanted to reach out to the community to understand how AI would have the biggest impact on your organizations. If you're interested in helping us chart our roadmap for AI in Codebeamer, please fill out this survey to let us know what is most important to you. Looking forward to the feedback and any other comments you all have to share!-Dan Mendelsohn
Hey everyone, is there an option in codeBeamer to summarize the tasks from diffrent sources (different task trackers, potentially in different projects) in one Kanban depiction?My use case is to show all tasks of one person (or some selected person) in a team meeting (not project meeting). Usually everyone of us has some tasks spread in several projects... Any suggestions? Please state which version you use. Currently I'm still stuck with 20.11 due to changes permission interpretation in newer versions, but we plan to update...Thanks a lot!Best regards,Georg PS: I ctried to create a report (see screenshot below), but the list of results - regardless of grouping - is not that handy (e.g. grouping doesn't present the states according to the workflow order...).
Hi,I Have requirements in a html format, i would like to import them into codebeamer via rest-api. I need a function to convert html into wiki text?Any Help? Thank you!
Hello everyone,I am experiencing a problem exporting word using the procedure followed in the guide with both codebeamer version 2.2.1 and version 3.0.0https://codebeamer.com/cb/wiki/4129797I report the steps performed:1. I create an item with a description (Screen1 and screen2):2. Export to office by selecting the template "TableOfFiguresTemplate3.docx" that I previously uploaded in the documents section (I attach screen3)3. From the word I exported I do update Figures but get the following message : "No figure index entry was found." (screen 4 and screen5)Has anyone experienced the same problem? Thank you all
Hello all,trying to Word export for test run tracker but get below error: com.intland.codebeamer.controller.importexport.export.mergefieldword.DocxMergeFieldExporter$ExportAppError: Error inside export application: Exception in thread "main" java.lang.reflect.InvocationTargetException at com.intland.codebeamer.controller.importexport.export.mergefieldword.DocxJvmExportManager.checkIfAnyExceptionOrError(DocxJvmExportManager.java:197) at com.intland.codebeamer.controller.importexport.export.mergefieldword.DocxJvmExportManager.checkForErrors(DocxJvmExportManager.java:172) at com.intland.codebeamer.controller.importexport.export.mergefieldword.DocxJvmExportManager.checkForErrors(DocxJvmExportManager.java:166) at com.intland.codebeamer.controller.importexport.export.mergefieldword.DocxJvmExportManager.runJvmExportProcess(DocxJvmExportManager.java:149) at com.intland.codebeamer.controller.importexport.export.mergefieldword.DocxJvmExportManager.lambda$runJvmDocxExport$0(DocxJvmExpor
Hi dear Community, in the wikitext field of my current tracker I have the references' list to the items of another tracker, like "[ISSUE:123456] Here is the name of referenced item 1, Created: ...., Modified...., Status.,, ""[ISSUE:654321] Here is the name of referenced item 2, Created: ...., Modified...., Status.,, "etc. I need to convert this references' list to the list of NAMES of referenced items from another tracker, so that in new computed field (also wikitext) I'll get the NAMES' list like: "Here is the name of referenced item 1, Created: ...., Modified...., Status.,, ""Here is the name of referenced item 2, Created: ...., Modified...., Status.,, "etc. Which computation function / formula should be used to make this conversion? (I suppose, the function List (....) and some projections should be used). Thank you in advance for your support!
HI,I am configuring SAML SSO in Codebeamer. I Would like to allow sign up SSO and it is ok. But these new users created automatically with SSO in which gruop will be insert in? Regular user? External?Thank you!
We need an option to convert html snippets to wikitext.Use Case: We have a frontend running an html editor. After the user has completed the formatted text in the editor, we need to convert the content to wiki/markup to post it as an item via the API to codeBeamer. In past versions, we have used POST to <baseURL>/cb/wysiwyg/convertHTMLToWiki.spr as a Workaround to get our payload in a wiki/markup format. This worked up to including version 21.09 (EMMA). Since Husky (current SP we are running is 2.0.0.5), this Request returns 403 forbidden instead. Is there another way we could do this conversion, either via API Request (there is wiki2html, so why not the other way around?) or via a helping computation in the tracker config?
I want to create a Boolean property to determine if there is committed code under SCM Commits.I have found the relevant attributes for attachments and comments in the help file, but I have not found any attributes related to code submission
Hi, As shown in CodeBeamer documents, baselines can be created for a project or a tracker. When we retrieve a tracker using Restful API, can we specify a baseline then? The document for Restful API shows nothing related to baseline. Did I miss something here please? Thanks,
To allow for a graceful degradation of services, users who are allotted to use a Concurrent (Basic/Full) license but can't log in because the license pool is full should automatically get a login done with Collaborator license so they can at least have read only access.This also serves as a graceful reminder that more full licenses are likely needed without impacting the use of the system much.This functionality could be included in the Manage Licensing app that has support for CodeBeamer as of June 2025.
用户创建了10个working-set,希望在主干上可以做和分支关系的筛选。比如:想筛选那些条目在分支1和分支2上都有修改,那些条目在分支3、分支4、分支5上都有修改
Test Steps are mandatory as it holds Actions and Expected results which will be displayed during Test Execution. But, When test document is viewed asOf Historical date or if we want to refer any Baselined document, then viewing it via Document view is of no use. All the test steps are hidden and you could see only the summary and description. In order to manage this situation, I need to switch to Table view for viewing the Test Steps. But in case of working with the Test Document, the Test Steps are not editable from Table view, so either I need to open item in detailed view and edit it or else need to open the Test tracker in Document View and should edit from their. Its a tough situation to request the user to use Document View for editing and Table view for viewing historical information's. By default the trackers are configured either as Table or Document view. Its really make no sense to convey users to switch because of Tool functiona
Hello,We are currently using CB-2.1.0.5 with a MySQL database.We want to migrate to PostgreSQL and are using the Migrator Tool via Docker Images to convert the database.The conversion completes without any issues, but after updating the database in the configuration file and restarting CB, logging in either results in a blank screen or a 404 error.What could be causing this issue?
I have a custom field for Planned start date and another for Planned finish date. I would like to have another field that computes and displays the value of the time between the two dates as hours or minutes. I'm pulling my hair out trying to get this working...I've gone over and over the documentation, but cannot get it right. I think I'm close, but am missing something silly. I've got the third custom field to calculate the time between two fixed dates(the date actually in the formula, rather than strings), no issue. The issue is when trying to use the 2x custom fields date variables - I'm using this: timeBetween (Date(customField[0]),Date(customField[1]), "minutes") but an error appears saying 'unable to parse date [and then shows the CURRENT date/time] ' which would suggest it's not using the customField variables? Am I doing something stupid? Any help appreciated, Thanks
Watch the video and learn more about Codebeamer with the help of our team: www.ptc.com/request-a-codebeamer-walkthroughA Selective Deployment Process is crucial in Codebeamer, enabling the deployment of configurations from one instance to another. This allows customers to develop and test solutions thoroughly before applying configuration changes to their production instance. With Selective Deployment, you can deploy a subset of a project configuration efficiently. This video demonstrates how to perform a step-by-step selective deployment. Don't forget to like, comment, and subscribe for more practical tutorials!
Watch the video and learn more about Codebeamer with the help of our team: www.ptc.com/request-a-codebeamer-walkthroughIn this Codebeamer video you will view how guard conditions implementation in Codebeamer's workflows are essential for protecting the modification of specifications from user errors. This video highlights the value and practical applications of Guard Conditions, demonstrating how they help maintain accuracy and reliability in your projects. Don't forget to like, comment, and subscribe for more practical tutorials!
Watch the video and learn more about Codebeamer with the help of our team: www.ptc.com/request-a-codebeamer-walkthroughIn this Codebeamer video, you will discover how computed fields automation are calculated attributes enhancing Codebeamer's custom field functionalities. By leveraging Unified Expression Language, you can automate information population and extend the capabilities of your fields. This video demonstrates the value and practical applications of Computed Fields in Codebeamer. Don't forget to like, comment, and subscribe for more practical tutorials!
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.