Recently active
Hello Team, Im new to Codebeamer and training myself on the basics. I am working on "Install and Manage Codebeamer Instances" Course. In the module 4- Configuration and management for cb user , 1st activity , I am not able to authenticate for user in testing. Attached is the screenshot of the error. Error msgs below. Can you please direct on how to get this issue resolved ? I had raised a ticket earlier and was directed to post in community. Kindly me let me know if you need further information on this. "Error message : LDAP/Active Directory authentication failed: Failed to borrow DirContext from pool.; nested exception is org.springframework.ldap.OperationNotSupportedException: [LDAP: error code 53 - UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for Dn uid=admin,ou=People,dc=example,dc=com]; nested exception is javax.naming.OperationNotSupportedException: [LDAP: error code 53 - UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for Dn uid=admin,ou=P
Hello everyone,my goal is to generate a report on RV&S which shows the linkage between requirements and test cases. Furthermore the report should show the requirement coverage in %. Has anyone an idea how to do that? BRTahir
Hi, I am trying to install the Codebeamer. When I was following up on the Wiki to install it, I found the Parent Page is empty: Thanks,
Our customer would like us to set up a job that regularly polls a directory and if data is found, it should be imported into Codebeamer (CB). It's about a daily job that runs in the background and validates and processes external data. We had hoped that CB's Job Manager would fulfill this task, but it is only used for reports and we have not found any other option yet. Does anyone have an idea how to implement this requirement with CB?
Every time a Test Tun is created, the Release field is automatically filled with the first Sprint of the project. Is there a way to turn off the automatic filling? I hope to improve the function of turning off the automatic selection Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- 每次创建Test Tun时,Release字段自动填充为该项目的第一个Sprint。有无办法关闭自动填充,希望提高一个选择关闭自动选择的这个功能
We want to use the Excel export for Reqs tracker - in Table view mode I can adjust the columns / attributes of an item and save this view. Upon Excel export we correctly see only the selected columns; no Excel template is selected in the Export options, only the default oneBut when I choose the cb document view and export to Excel, then the columns do not match the selectionAny idea why? How can I set up the selection of columns in Document view?
Hi, I am researching about the Integration of code beamer with CAMEO.I am exploring alternative methods to integrate Codebeamer with CAMEO without relying on an OSLC server. If anyone has experience with such integrations or can suggest viable approaches, I would appreciate your insights. If yes,Please provide the brief description about it. Thanks,AL_12731379
Currently, all items assigned to the release/sprint are counted in the release dashboard and considered for the item burndown chart.In my configuration I would like to distinguish between planning elements (User Stories & Tasks) and work product elements such as requirements. The burndown diagram is intended to show the burndown of user stories or tasks.On the right I can filter by Type (Tasks or User Story), but this filter is only applied to the item list and not to the burndown chart. Unlike filtering by teams, where the filter is applied to the list and burndown chart.Questions:Is there a way to apply filters to the burndown diagram? (similar to Team filter)Is there a way to basically define a filter on relevant trackers for the release/sprint dashboard? (similar to the planning view)
During test execution, when the last step is marked as passed, the entire test run is automatically closed. However, there should be a verification process in place to ensure that the system doesn't allow the test run to close unless all steps, including those prior to the last step, have passed. I would like to request a change where Retina checks if all steps, not just the final one, are marked as passed or failed. The test execution should not be closed if at least one step is still incomplete or failed, even if the last step is marked as passed or failed.
Does codebeamer can be configured with OOTB functionality to allow only project manager to have download access to the documents and restrict to others project members.? Project members are subjected to make changes in document.
In codeBeamer, there is a Trash menu that provides a restore function for deleted items.Currently, to restore a deleted item, users can search for the item by entering the summary text. However, if there are many Items in trash, additional search methods are needed, such as searching by content, items deleted from a specific tracker, or assigned users.It would also be helpful if users could review detailed information, such as the description or fields of the deleted item, in the Trash before proceeding with the restoration. Is there any other way to restore items besides using the Trash?
Hello,I'm wondering if there is a way to "wrap text" similar to excel for traceability reports in codebeamer. I see that the width is editable via the pixels check box for traceability reports (using codebeamer 2.2.0.1) however, when the width is expanded the text doesn't wrap to to the vertical space below. For items with large text fields, I have to expand the column to almost the width of the screen to view all the text. This is cumbersome and makes the traceability report screen almost useless since you cannot see all the information on one screen. Is there another setting or option that help adjust this? Thank you!
Hello everyone, I am facing an issue with PTC integrity. Whenever I start the PTC, I get the following errors. 'Malformed\uxxxx encoding' Afterwards PTC integrity never opens. Could you please help me in resolving this? Even reinstalling the PTC integrity by company's IT team did not help. Thanks, Shanmu
Hi forum,in codebeamer it is claimed that custom widgets can be developed with Java. The example (demo-widget) that is provided in the Widget Development Documentation worked for me but i have the feeling it is not so easy as it is claimed to develop the widgets.I also expected that there is a more detailed documentation but i couldn't find anything.Has anyone experience with widget developement and knows what to do or is it as simple as implementing (almost) everything from scratch?
I am having an issue in Codebeamer where not all of the trackers I have selected in the Configure library are showing up as available to Drag-Drop Import in the document view. Is there a certain setting that I am missing that is blocking these trackers from displaying here? I tested making a copy of the same tracker in a new project and it was available for import but not the original one I created. Please see images below for reference. 14 CFR Part 25 Regulations not showing in Library despite being selected.
Hello team,One more question as no "delete revision" command exists in RVS.How to get text value of requirement's previous version content to restore by trigger?I have found this method to usepublic ScriptRevisionBean getAncestorRevisionBean()but no info of how to make it work.Any help?Regards,
Is there a setting or field within the tracker settings that will propagate a suspect link to the downstream item when a custom field in the upstream item is changed? The suspect flag in my project only appears when the description of the upstream item is edited.
Hello, we have the need to manage requirements and test cases for 3 different variants of the same product.We looked into the working sets / branching. This did not look like what we need. Also we want to manage parameters shared by the variants with matching values. How should we proceed? Thank you in advance Falk We are running cb 21.09-SP5
I am working on deriving the default output for a choice field in our project, based on other two choice lists and on conditions that depend on fields with 4 and 5 choices. I have implemented the probable conditions as shown below, but currently I am only able to get the result for a single condition. Could you please help me obtain the output values for all the possible conditions or suggest the correct expression to handle these cases.These three lists are used together to assess the overall risk. Impact Rating (choiceList[2]): ID 1: SevereID 2: HighID 3: MediumID 4: NegligibleFeasibility Rating (choiceList[3]): ID 1: Very LowID 2: LowID 3: MediumID 4: HighRisk Level (choiceList[4]): ID 1: L1 ID 2: L2ID 3: L3 ID 4: L4 ID 5: L5 This is the expression i am trying in computed as box in risk level choice list List(choiceList[4]_$option[ (choiceList[2][0].id == 1 && choiceList[3][0].id == 4) ? 5 : ((c
We found some vulnerabilities in PDMLink, and critical patches are available to resolve these vulnerabilities. :Article for reference: https://www.ptc.com/en/support/article/CS418553Do we have a similar thing for Windchill RV&S to eliminate vulnerabilities? Getting CVSS score more than 10
We're currently struggling with a test case tracker configuration in CodeBeamer 22.04-SP7, where we cannot seem to change the permissions of the test step table field (see screenshot, no adjustments possible, controls greyed out/deactivated). As a result, only project admins may read/write the correpsonding field but no regular users. As we want to avoid giving all users admin priviliges, is there maybe a way to get this working? Other fields of the same tracker may be modified as usual - this only applies to the test step field. Thanks in advance.
Hello team,Could anybody explain the way these methods work?var isFieldChanged = delta.isFieldChanged(myTextField);var isFieldReallyChanged = delta.isFieldReallyChanged(myTextField);They always return FALSE even if I edited myTextField. Why?The idea is to use an own way of "item is edited" process calculation.Using of "Significant Change Since Item Revision" field is not suitable for some reason.Regards
I am looking to integrate my gpt which is trained for answering Codebeamer user questions and service desk is there a way to bring that onto codebeamer.
Hi, We are trying to develop DevOps scope in codebeamer and want to integrate Jenkins with Codebeamer version 2.1.0.0 but were unable to do so due to plugin (not supported).Can anyone help with the wiki pages of 2.1.0.0 version to know which all plugins and extensions are currently working with the version. Thank you
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.