Recently active
I am using Codebeamer 2.1.0.0 version and from yesterday I am not able to create a project using an external template or default template. While creating any project with template it shows the below error -Kindly suggest the remediation steps for this.
Hi community, I have the following configuration (codeBeamer 2.2.1.0.4).This gives the following result.Now, I only would like to see the latest run of this test case.How can this be done in the configuration?Or is there any other possibility to manage this?Thanks in advance.Best regards.Pascal
Hi All,We have installed codebeamer(2.2.0.1) on linux server. Recently the IT team migrated the server from hyperV to Openshift. Since then our codebeamer url is giving this issue "HTTP Status 404 – Not Found". In logs we dont see any relevant issue other than below mentioned (kindly help if someone has any idea of what might be the root cause or solution) : (i have changed to port and ip by adding XX, please ignore that)Caused by: java.lang.IllegalArgumentException: Failed to validate license: XX001@10.XXX.21.XXXat com.intland.codebeamer.license.flexlm.BaseFlexLmLicense.checkForLicenseGroup(BaseFlexLmLicense.java:135) ~[cb-2.2.0.1.jar:?]at com.intland.codebeamer.license.flexlm.FlexLmLicenseSource.<init>(FlexLmLicenseSource.java:44) ~[cb-2.2.0.1.jar:?]at com.intland.codebeamer.license.flexlm.FlexLmLicenseSource.create(FlexLmLicenseSource.java:70) ~[cb-2.2.0.1.jar:?]at com.intland.codebeamer.license.flexlm.FlexLmLicenseSource.createOptional(FlexLmLicenseSource.java:63) ~[cb-2.2.0.
I am working on a computed field in Codebeamer and need to fetch the item ID from the Default Working Set using a formula.I have tried a few approaches (like this.id, this.globalId, and filtering workingSets()), but they are not returning the expected result. My goal is specifically to retrieve the item ID that corresponds to the Default Working Set.Could you please share the correct formula or suggest the right way to achieve this?Thanks in advance for your support.
# Detailed Explanation of Upgrading to CodeBeamer 3.0 On April 1st, PTC released the CodeBeamer 3.0 version, and many users are eager to try it out. However, whether upgrading from an older version or performing a fresh installation of the 3.0 version, they have encountered numerous issues. Below, we will provide a detailed guide on how to upgrade from CodeBeamer 2.2.1.0 to CodeBeamer 3.0.0.1, addressing various problems during the upgrade and installation process. ## 1. The Upgrade Path for CodeBeamer The first question we need to address is whether it's possible to directly upgrade to CodeBeamer 3.0 based on the current version. According to the CodeBeamer upgrade path table, upgrading to CodeBeamer 3.0 can only be done from the CodeBeamer 2.2.1.X version. If your version is lower than 2.2.1.0, you must first upgrade to at least version 2.2.1.0 as a transitional step. Similarly, the 2.0.0.x version cannot be directly upgraded to 2.2.1.x; it must first be upgraded to version 2.1.0.x.
Hello! I notice that in the overhauled Review Hub UI, only usernames are shown in comments and when tagging people, rather than showing their full real name. This makes it very difficult to know who is actually commenting or finding the person you want to tag. Is it possible to somehow make this display the full name again?
I am looking to be able to develop cycle time metrics using version history and don't see any posts of people attempting to utilize this data that I know the system is capturing. What I am looking to do it be able to pull the data from the version history of say a Risk and understand how long it was in any particular state. This would require me to evaluate, for example, the date it was created "New" and the date the status transition occurred to move to "Verified". Looking at the version history the dates are captured, but how to I get these into a report or data export so I can develop some metrics like, Average time per status, etc..
Hello Team,I am working with Code beamer version 22.2.1.0 and trying to upload an image (PNG/JPG) as an attachment to a tracker item using the REST API.I can list attachments successfully using:GET /cb/rest/v3/items/{item Id}/attachments But when I try to upload using:POST /cb/rest/v3/items/{ item_Id}/attachmentswith multipart/form-data, I either receive 400/415 errors or the request succeeds but no file appears under the "Attachments" tab in the UI. Example I tried in Python:```pythonwith open("test.png", "rb") as f: files = { "attachments": ("test.png", f, "image/png") } resp = session.post(f"{base_url}/v3/items/{item_id}/attachments", files=files)
It seems that with 2.0.0.5 version the posting of items no longer works with the REST API?We know that the future is with Swagger but it was never announced that REST calls would be disabled. Is this documented somewhere which REST calls are dismantled with which version?Specific call that does not work anymore:POST <baseURL>/cb/rest/item Response: 405: The page /cb/rest/item does not exist.
Hello PTC Community,We currently have installed a test version of your Codebeamer 2.2. Sadly, we can't access the web interface, and we cannot find the issue. It just gives back HTML 404.We can't find any clue as to why it does this. It previously worked fine.Thanks for your help in advance.
After installing codebeamer 2.1 with psostgresql, codebeamer is running and the homepage http;/localhost:8080/cb is up but when I try to login using the credentials entered during installation there is an error: Invalid User Credentials! Lost password does not send a password reset email. Can create new accounts, but a admin account is needed to compete post-install config.
(Codebeamer version : 22.10-SP7 )Our company, which is supplying SW packages in automotive as tier 2, is planning to get ASPICE assessment with Codebeamer projects. We roughly estabilished our concepts as attached based on Codebeamer wikiBefore departing this, we have questions which requires the expert's guidance and confirmation. Is it ok to manage customer projects by linking differing contents to 'Platform project' rather than copying 'Platform project' contents into each of customer projects?Is it usual case to manage platform projects more than single one?Which documents are normally manged in 'Platform project among lists?How can we handle baselines efficiently? Does this concept described in below image make sense?Thank you
We are trying to evaluate the effectiveness of CodeBeamer by measuring the difference in requirement traceability confirmation time before and after its implementation.Since it is very difficult to manually measure the time it takes to confirm traceability after CodeBeamer has been introduced, we would like to measure it using user operation logs.Does CodeBeamer have such a feature?If not, could you suggest an alternative method?
Hello,I am trying to figure out where in the Codebeamer PostgreSQL database (codebeamer 3.1.0.0) can I find the tracker items and the data contained in all of the fields including the custom fields? I found what appears to be the Summary field of the tracker in the table public.simple_field_value. Is there a database schema available for the Codebeamer database? Best,Andrew
Hi I am looking for infos about writing testresults back into a testrun.I found the metioning of this wiki entryhttps://codebeamer.com/cb/wiki/28836359but my user does not seem to have access to that page. Does anybody know how I can get this information?Thanks in advance
Hello,I am trying to figure out where to find the Project Groups section in the Codebeamer X UI. An older wiki page for Codebeamer X (https://support.ptc.com/help/codebeamer/r3.0/ko/index.html#page/codebeamer/cbx_user_guide/cbx_projects/cbx_11126.html#wwID0ETSGKB) says that user groups can be added. But the link for how to do that is a circular reference to its own parent page which doesn't contain the information. Are project groups still a thing in Codebeamer X? If yes, where do I find them? If no, what has replaced this functionality?
(Codebeamer 2.2.0.0)I cannot find a way to generate report with data from review-hub. I would like to monitor:number of ongoing review and their statusratio approved/rejected...how to call review data in the "new report" page ? Thanks !
Pretty self-explanatory! Though I don't think it's the case, I wanted to ask around if anyone can confirm that project baselines are not able to templates. Thanks!
Hello Community, We have two projects in CodeBeamer. The requirements in the first project are identical in many ways to the requirements in the second project.We need a tool that will take a tracker from the first project and compare it to the same track in the second project, and do the following: Compare the description field of both requirements.If the same - copy the "Status" field and some Free text fields from the first project to the second project.If different - set the status field of the other project to "Under Review". Is this something that Codebeamer can support? If not, is there an external tool we can work with to fulfill this need? Any solution would be welcome 🙂 Thanks!
Is there any end to end documentation available to integrate these systems, documentation available on the support side is very confusing.
We're happy to announce that Codebeamer 3.1 has officially been released! This release features new capabilities as well as features being built on the foundations laid out in 3.0 The information on this page will be updated with blogs and webinar details being published in the coming days. So bookmark this link. In the meantime, here are the.... Key Highlights of Codebeamer v3.1 Configuration Management & PLE support Create Streams from multiple projects and work with projects in a Stream. Extend Streams by adding projects. Consistent handling of cross-project reference in Streams. Replace data duplication with intelligent linking for: Faster loading performance with large data sets Reduced storage and system overhead Live consistency across reused items Simplified reuse and change management — ideal for regulated industries Full Baseline Filtering Pure Variants uses Streams as a platform and creates variants as new Streams. Integrated Product Engineering & T
Hi Team, As of now, in PTC Codebeamer we have fields for line items inside the trackers, but a lot of customers are asking for the tracker-level fields or attributes such as part number, serial number etc etc. As this functionality is not present in Codebeamer, we request you to consider this request and implement it in further releases of Codebeamer. It is important to note that a lot of customers are asking for this functionality across the globe, and also the other ALM solutions has this functionality. Incase of any further clarifications, reach out to @shaikraj.a@mgtechsoft.com Thanks & Regards,Shaik Raj Ahammad
Unfortunately, Codebeamer is no longer displayed on the product download overview How can I see the download and the versions again?
I apologize if this has already been asked but didn't seem to find it in a search. I am new to codebeamer, but I can't seem to find a spellchecker built into the software. Where do I find this feature or is it not available? Seems like it should spell check as a person types like most every other software out there.
Hello everyone, Is it possible to display an image present in the documents tabs within a description of tracker item? I can add the link option to the image but not display. Thanks to everyone.
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.