Recently active
Hi, I like to have a dynamic list of tracker names/links to tagged trackers on a wiki page.I can do something like that with a report, but it list all tracker items. Also, a plugin would be oka Example Project NameTracker NameTagsTracker IDP1AT1, T2, T31P2BT12P2CT23 as Plugin: [{TrackerList tags='T1'}]as QueryWHERE trackerTag IN ('T1') GROUP BY "Tracker Name'but only list the (linked) Tracker name (as it is, it lists all Items in the trackers). Result (ideally): [Tracker in P1|TRACKER:1]\\[Tracker in P2|TRACKER:2]\\
Hello, We would like to make excel export template for one of our trackers.The field containing this tracker includes, among other things, a table with 4 columns with a varying number of entries per item.We would like to create a template that will extract all the entries from these tables for each item. We tried to create a loop in this way: ActionAction OwnerAction StatusFollow UpDue Date<jt:forEach items="${items.Table[0]}" var="row"> ${row.customField[1]}${row.customField[0].name}${row.customField[2].name}${row.customField[3]}${row.customField[4]} </jt:forEach> This causes the correct number of rows to be generated per item after export, corresponding to the number of entries in the table in codebeamer, but no data is displayed. Has anyone ever tried to create such a template and knows how to code it?Thank you
Greetings Codebeamer Community,I am currently a Codebeamer administrator with limited coding experience. I would like to learn how to automate tasks in Codebeamer using the REST API and how to develop custom plugins. Could you please provide guidance on where to start, which topics or skills I should focus on, and any resources or best practices for a beginner in this area?
We are thrilled to announce the official release of Codebeamer AI 1.0! Boost your productivity with AI-powered requirements and rapid test case generation—now in Codebeamer AI 1.0. Key Highlights Digital Assistant for Codebeamer Codebeamer AI accelerates the creation of high-quality requirements and comprehensive test cases, enabling teams to deliver products faster. Requirement Assistant Write with Confidence: Guides authors to create clear, high-quality requirements aligned with INCOSE best practices. Smart Quality Checks: Automatically flags ambiguous language and enforces consistent structure for easier reviews and audits. Rewrite Features: Automatically rewrite requirements for clarity and consistency—powered by AI. Test Case Assistant Set AI Context: Administrators can provide tracker overviews and testing guidelines to help the AI generate more accurate, tailored test cases. Instant Test Generation: Creates comprehensive test cases from refined requirements in sec
Is there a way to create a tracker item of type "Document" via the REST API? I have 10,000 documents to upload along with some meta-data and am looking for a programmatic solution.
How can we get last test results in test case via api or compute fields?
Hello,I am trying to create a custom Word template to use when exporting completed test runs out of my Test Runs tracker using the "Export to Office" functionality in Codebeamer 3.1. I have a couple additional custom fields in my Test Steps in both my Test Cases and Test Runs trackers. I can access most of the Test Step information using expressions like: «item.testCaseRuns.testStepResults.col4»However, if I try to use the column number associated with my custom fields located in the Test Step Results table in my Test Runs tracker, it fails and defaults to the author rather than the content in my custom field. Any help would be much appreciated!
Hello everyone, To keep the Codebeamer ideas board organized and focused, we’re introducing a quarterly archiving process for ideas that have remained inactive for an extended period. You can now find the archiving policy listed here: Product Ideas Archiving Policy - PTC Community. What does this mean for you? Archived ideas are not deleted—they remain accessible for reference. This process helps Product Managers focus on the most relevant and actionable ideas, while making it easier for the community to find active discussions. Why are we doing this?Archiving is a common practice across all product idea boards to maintain clarity and relevance. By streamlining the idea boards, we make it easier for users to discover and contribute to ideas that matter most today. What’s next?You’ll receive a notification whenever one of your ideas is archived, so you’re always informed. No action is required on your part. Thank you for helping us keep t
I have CB 3.1.0.1 integrated with WC 13.2.1 via the DPT integration and from CB I can click on the linked part to see information about it but I don't have the Creo View widget. Am I missing something in the configuration for this to be enabled or perhaps an additional extension to install?
Hi, I want to manage the members of a codebeamer project preferably using REST API. Swagger doc shows a GET /v3/projects/{projectId}/members endpoint for retrieval, but doesnt show any PUT or PATCH or DELETE methods. Is this operation to add or remove members to a project not available via REST API?
Due to some reasons, our Codebeamer has separate internal and external network access addresses. After our Codebeamer was upgraded to V2.2.1.3, when we open the Review Hub, it consistently points to the internal network address and cannot adapt according to the browser's domain name. In the previous version V2.1.0.0, this issue did not exist. How can we make the Review Hub's address change dynamically?
Hello all,Hope everyone doing well! I am totally new to the topic of taking backups and restoring them in new server or the same server. Well, we have all the required information available in PTC help center it's little confusing to follow everything. So, if anyone have steps to do it will be a great help. Thanks.
Is there a way that I can develop against a Codebeamer Server that is meant only for 3rd party developers ? I think there is a plugin that would be worthwhile to add yet I don't have a Codebeamer Environment to develop against. Maybe this could be a general thing for any 3rd party developer to develop against while their plugin is in the "development" phase ?
Hello everyone,I have added some new tabs in codebeamer when a project is opened. I also wanted to know if it is possible to show or hide them based on the group the user belongs to.I’m attaching a screenshot of the change.Thanks to everyone. Best Regards
Is there an api to call audit trails for user activity to connect 3rd party apps (to record user activity). Example: webhook.
Hello, I'm wondering, is there a possibility to import structure of sprints i.e. from Excel to the release type tracker?There is no such an option in expandable menu like in other trackers.
We're thrilled to announce that Codebeamer 3.2 has officially been released! This release features new capabilities as well as features being built on the foundations laid out in 3.x series Codebeamer 3.2 delivers a major step forward in engineering productivity and cross-system collaboration—powered by the first release of Codebeamer AI 1.0.With smarter requirements and test creation, expanded Product Engineering integrations, enhanced configuration management, and new medical validation capabilities, this release helps teams accelerate delivery, improve quality, and streamline compliance in even the most complex environments. Key Highlights Integrated with Applied AI 1.0 – Boost clarity, reduce rework, and accelerate authoring Designed to reduce manual effort while improving clarity and compliance. Integrated Product Engineering & Toolchain Connectivity – A stronger, more connected lifecycle Change Domain – A new backbone
I created a custom choice field to add the links of requirements of same project but from a different tracker. When I try to add it by clicking on the 'pencil icon' then a page appears with error "codebeamer refused to connect". This functionality is not working in any of the projects now, although it was working before. How to resolve this?
Question:How can we integrate results of Google tests performed through jenkins with codebeamer. Can the plugins like xUnit uploader be used directly with Gtest XML?Purpose:Confirm whether codebeamer xUnit importer can directly consume gtest XML, and would they automatically update the existing test cases with new test runs?Background:We run automated unit tests using Google Test. Our requirements and test cases are modeled and mapped in codeBeamer. We want to automatically associate the results of our CI test runs with the corresponding test cases in codeBeamer so that test runs and traceability are created/updated from Jenkins.
External SCM commit items attached to a task item is not visible under the traceability tab of a work item, even after checking the show external SCM checkbox.I have linked CB with Github using external SCM repository option.I was able to get these items before updating to version 3.0, is there anything i am missing?
Hello, We would like to export list of files from "Documents" tabs in project with their names and description to MS Excel.Is it possible directly or with use of api? Thank you
Hello, I'm wondering, if there is a possibility to show results of configured test coverage view as an widget on project dashboard in the form like in the tab? Example below: Thanks
Hi all,I would like to use a project as a library (see Requirements Library) and re-use or copy several trackers while maintaining their links or downstream references. It does not seem to be possible; for example, I have functional requirements and safety requirements that are interconnected. However, once I drag and drop using the library option, I lose the link between the two. Is CB able to do this, and if so, what are the conditions or procedure? The only connection that is kept is for the test cases. Why is that?
Q1: Inside the Git SSH documentation (https://codebeamer.com/cb/wiki/25661#section-SSH+Access), it says that an SSH server called OpenSSH should be installed on the server on which CB is running.My Question is: can I use a different SSH server, such as Bitvise, and expect the same behaviour? Is there any more documentation about SSH configuration? Q2: In the Generating SSH Keys section, it is written that we need a key pair. However there is a large number of configuration to set when generating a key pair e.g: ssh-keygen -t rsa -b 4096 -C "dev@company.com" -f ~/.ssh/id_ed25519 -N ""Any hints you could give me?
从Jira导出的reqifz文件中包含了附件,导入后在Tracker Item中只显示附名称,没有附件内容
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.