Recently active
Watch the video and learn more about Codebeamer and versioning and baselines features with the help of our team: www.ptc.com/request-a-codebeamer-walkthroughIn this video, we'll explore the versioning and baselines features. You'll learn how to navigate the history section of an item's detailed view, make modifications, and compare different versions. We'll also demonstrate how to create a baseline and compare it with the HEAD version. This tutorial is perfect for anyone looking to master documentation version control and ensure the integrity of their project documentation within Codebeamer.
Hello, We're using cB in 2.1.0.3 version, and we encountered a problem related to date fields - when exporting data from a created report to Excel, only default date fields adjust their value to the user's time zone. Custom fields retain their value regardless of the time zone of the user who generates the report. This causes problems with creating KPI reports, for example: The KPI is calculated based on a comparison of two fields: the default Closed at field and the custom due date field. When Closed at exceeds the due date, the task is marked as delayed. The user (time zone +01:00) set the value of the custom due date field to 13.10.2024 15:00. The task was closed on 13.10.2024 13:00.When a user in the +07:00 time zone generates a report with these hours, from his perspective the task is delayed because the due date field value remains the same (13.10.2024 15:00), and Closed at has adjusted to his time zone (13.10.2024 19:00). Is there any way to systemically equa
How to get or check API token for codebeamer in trial licenses
Hello,We have our codebeamer app currently on version 22.04-SP7 and we want to upgrade to version 22.10-SP11 but it does not work.We are using docker-compose file to make the upgrade but the codebeamer container becomes unhealthy after pulling the new image. Our databse is also in a container and has version mysql 8.0.32.Please help us through this.Regards.Birama DIOPITELIX
Hi, How to get latest checked in file on event in configuration management. Thank you!
Dear community, I am using Code beamer web client, and I want to connect it with EA model, by having controlled packages (.xml). I know that is possible with Lieber Lieber version controlling, however I am searching for alternative solution. Do you know if creating a SCM repository in code beamer, with subversion SVN can solve this issue ? I know that EA support subversion settings.
Hi there, as far as I can tell there is no documented way of providing a baseline or version number when calling POST /v3/trackers/{testRunTrackerId}/testruns Also the documentation https://codebeamer.com/cb/wiki/12709331#section-Creating+a+test+run does not give any hint as to how declare a baseline or version. Am I missing something here or is this not possible? I was even thinking of creating the testruns on head-revision first and then go and alter the link via PUT/v3/associations/{associationId} But I found one article that seems to be somewhat related: https://www.ptc.com/en/support/article/CS413289 My takeaway: TrackerItemReferenceModel does NOT support specific baseline/version addressing.I assume that this actually goes for any API Endpoints the somehow require specific addressing. Is this right?
Hello,I am trying to export/import the test steps from PTC using the IRC tool (version 3.4), however, when I create the mapping I don't see them available, I always see the same type of documents to export (see attached image), test steps are not included even when I use the query in the mapping to get them. What am I missing? Thanks,Edgar
Is there a possibility to write configuration management client-side trigger to resync the sandbox members. Is there any sample available, any documentation which we can refer. Thank you!
We are trying to create a SI trigger which resync the Sandbox on development server (on the VM filesystem) automatically when the file is checked in (which contain custom triggers) on the Windchill RV&S client by any developer.The purpose is to deploy the trigger scripts, report recipes automatically on server (VM) instead of copy pasting the files manually.Please suggest how can we automate this process
Logs from Trigger scripts are not visible in server logWe wrote the logs in trigger script same as given in the ptc help document e.g. function print(msg, level) {if (level == null) level = 5;Packages.mks.util.Logger.message("MYTRIGGER", level, msg);}but when we run the script, these logs are not visible in server logs.
Current Codebeamer Version: 22.10-SPI11 Issue / feedback from PTC support: The "Reviewed by" filter cannot work in Review Hub. Improvement Idea: To see in the tracker which items under review have not been reviewed by specific people in Review Hub, it is needed to have an option to filter items based on provided/not provided feedback from specific people/reviewers. Please implement asap, thanks!
Hi all,I want to download the Codebeamer SDK jar file into my system, can anyone guide me upon where I could be able to find this plugin or file in the codebeamer.
Hello, Is it possible to create a choice field from tracker at runtime with data retrieved from a database? Thank you.
we want to use Rest-Api to run automated Tests and provide back results.we are also using parameter tables, so when generating testruns in codebeamer, there are created 2 super testruns per testcase and sub-testruns per parameter line.when providing testresults back via rest api, in any cases, there are new testruns created, per provided testrun per parameter line, which are not finished.why are testruns created, when results are posted? fast response will be super.Stefan
Hello, We are not able to access review hub on our instance of codebeamer and are getting the below error messages:"Http failure response for http://bocodebeamer:8080/cb/api/configuration/integrationConfig: 429 OK"Error: Too Many Requests. Due to this, we can't start any reviews or use the functionality. Has anyone else encountered this that can support?
in our organization we want to use our own ALM tool codebeamer in which we want to migration third party ALM data polarian which was used by one the team in oragnization. please share the process to migrate and how can learn to migrate polarian to Codebeamer
Hello Community, We are using PTC RV&S 13.2 and i would like your support to understand how the Trace reports in RV&S look like. What are the details its shown in the report. At the moment, our supplier who does the backend development for customizing and maintaining the PTC environment wants to sell his own trace report. But i would like to first understand how the default built in PTC's trace report looks like.
Hello,I would like to add a requirement item to the Verifies field, as shown in the attached example. To perform this “Add” action via the API, I used the items/{item_id} PUT API with the following body:{ "subjects": [ { "id": {req_item_id}, "name": "Supports VOR(32 or 8kbit)", "type": "TrackerItemReference" } ] }However, when I sent the /v3/items/{item_id} PUT request, I received an error: "State transition from New to -- is not defined for [HARDTC-{item_id}]".Could you let me know if there is something I am doing incorrectly, or if I should be using a different API for this operation?Thank you for your assistance.
Hi All, Is there any way to use a field value from a tracker as a value in a chart on a wiki page? For example,We can create a chart like below in our wiki using the markup code below.+++++++++++++++++++++++++++++++++Markup code+++++++++++++++++++++++++++++++++++++++++++++++++++[{ StackedBarChart title='Issues By Version' seriespaint='red,orange,green' threed=true orientation=horizontal :Version|String, 0.7-pre, 0.9-rc1, 1.0-finalFatal, 10, 6, 1Major, 23, 11, 4Minor, 15, 3, 6}]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Markup Result+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++I want to use the values of Fatal, Major, Minor as the values of the custom field in Tracker. Is there any way to implement this functionality?Please let me know if anyone knows. Thanks.
There are 3 questions using codebeamer as below.Do you have any guidance for them?How to make links from the original item copy along when using smart copy in Codebeamer?When copying, how to apply changes made in the customer project to the platform project?How to apply changes to smart copied items in Codebeamer in bulk?
To support the release of PTC Modeler 10.1 and further the adoption of SysML 2.0, PTC are providing example models built using SysML 2.0. The 3 models are: 1) MBSE Process Template ModelUsing a standard MBSE process, this model sets up a suitable package structure, placeholder diagrams and elements to jump start a SysML 2.0 project. 2) HSUV example modelModel of a hybrid sports utility vehicle. 3) Lunar Lander example modelModel of a lunar lander spacecraft. Each model includes a text document describing the contents, and they illustrate various aspects of SysML 2.0 such as definitions, usages, feature typing, requirements modeling, behavior modeling, structure modeling and model libraries.
Hi,I am new in RV&S. My goal is to assign test cases to a test session by using the GUI. When I try this via drag&drop I am facing this issue: What are the prerequisites to add test cases into a test session? Thanks. Best regards,Tahir
[Background] I created an environment on PTC Cloud Portal. After running the environment, I waited for 10 minutes to ensure the system is all set. After that I access the Codebeamer instance from 'Remote Login' on VM. The Codebeamer web app was accessible. But when I try to open the same URL (I made sure that the URL matches with the FQDN of the VM) on my browser I am getting server error, saying "Server Error. Please confirm, if your portal environment is running". I want to access Codebeamer from my browser as it is faster to work on.If anyone had encountered such issue, please help me resolve this. Thank you!
Hello, When the IP address of the server where Codebeamer is installed has changed,should I change some settings of Codebeamer? Is it necessary to edit some configuration files? In my environment, app server, database, repositories, etc. are deployed in a single server. Codebeamer version: 2.1.0.3 Thank you in advance for your help.
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.