Recently active
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!
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.
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'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.
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
Hello! We use a large number of fields within our requirement trackers. Since we are always adding more and more fields, I was wondering if there is a way to divide the existing fields in a certain way? For example by groups. So that the end users will have a better way to look at the fields. And so the order and meaning of the fields will be clearer and understandable then the current interface. From the Codebeamer "Issue View", the tracker has already several sections such as tracking sections, description sections and details sections. Each section has a line separator, if we could have something like this in the editable fields section that would be great for me! Does anyone know if it is possible to do something like this? or similar? Any advise would be appreciated!
Hello, I have a question of calling Restful API to delete an existing association. I tried both curl on Debian 12 and Go-lang http package, calling DELETE on https://server/rest/association/association_id. The curl call shows 1 minute and 5 seconds delay before the response is returned. The go-lang call exceeded the 30 sec default time out. I am using CodeBeamer (2.2.0.1). Is this normal? Thanks,
Watch the video and learn more about Codebeamer with the help of our team: www.ptc.com/request-a-codebeamer-walkthrough In this video, we'll walk you through the change request process of an OEM submitting an issue on the change management Service Desk and deriving a change request from it. We'll show both sides of the interaction, highlight the suspected badge upon change, and demonstrate the email notification process. This tutorial provides a comprehensive look at handling service desk requests, managing service desk issues and change requests efficiently.
Watch the video and learn more about Codebeamer with the help of our team: www.ptc.com/request-a-codebeamer-walkthrough In this video, we'll demonstrate how to organize your data model by showing two trackers on a configuration diagram. You'll learn how to create traceability relationships between these trackers and see how the configuration diagram updates accordingly. We'll also show you how to derive items from these relationships, ensuring a comprehensive and connected data model. Perfect for anyone looking to enhance and advance their traceability practices within Codebeamer!
Watch the video and learn more about Codebeamer with the help of our team: www.ptc.com/request-a-codebeamer-walkthrough In this video, we'll explore the differences between associations and references. We'll provide examples to show the advantages of references, particularly in generating traceability reports, performing workflow actions, and executing mass edits. This tutorial is perfect for anyone looking for effective project management strategies and enhancing traceability practices in Codebeamer.
Watch the video and learn more about Codebeamer with the help of our team: www.ptc.com/request-a-codebeamer-walkthrough In this video, we'll explore a collaboration story between a supplier and an OEM, focusing on the ReqIF (Requirements Interchange Format) import and export process. You'll learn how to export and import ReqIF files, see how updates are managed, and understand the mapping process. This tutorial is perfect for anyone involved in supplier and OEM collaborations, looking to streamline their requirements management in Codebeamer.
For MATLAB 2021b, I cannot find where to setting the codeBeamer Server to create the link
Dear Codebeamer Customers, We’re reaching out to inform you about an upcoming change: the "Propagate Unresolved Item Dependencies" feature will be deprecated with the release of Codebeamer 3.0. Why This Change? After careful consideration, we’ve decided to retire this feature due to: Low adoption rates among users. Increased maintenance complexity caused by upcoming architecture updates. This change will allow us to focus resources on delivering impactful enhancements and ensuring Codebeamer's long-term sustainability. What Does This Mean for You? While this feature will no longer be available, we offer an alternative solution: Configure workflows to automatically reopen dependent items and prevent resolution of items with unresolved dependencies.This method ensures robust dependency management and alignment with your business processes. Next Steps If your current processes rely on the deprecated feature, we encourage you to: Review the available alternatives. Reach out to our sup
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.