Recently active
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?
[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.
Hello, I am following this document: https://support.ptc.com/help/codebeamer/r2.1/en/index.html#page/codebeamer/cb_dpt_integration/26334048.html%23 to do OSLC integration with Codebeamer server (2.2.0.1). It mentions that "The Codebeamer Server supports application/x-oslc-compact+xml as the content type for allowing OSLC client applications to use content negotiation to access the Compact resource, as per OSLC Core Version 2.0." And it shows how to retrieve link information using that header. But when I used this header, I got http status 406, and an error message "Request to .... has failed". If I switch back to "applicaiton/rdf+xml" then it returns the requirement without the compact resources information. How can I retrieve link information please? Also is it possible to add a link via the OSLC interface? Thank you very much for your help.
CodeBeamer 21.09 We have a tracker whose structure is referenced by more than 50 trackers, each in a different project.The trackers have a choiceField which is based on (currently 5) options.The task is to modify this field to reference a CMDB instead of the options. The new CMDB will contain an entry for each option. How to migrate the data in the items (options->CMDB ref)?Mass edit would be okay (filter for each option and set the reference), but there are too many trackers (that would be > 50*5= 250 mass edits), Is there something to change them more efficient?
Hello everyone, I am looking for a codebeamer template on the IEC 61508 standard.Thanks to all.. Best Regards,Elia
How to reduce the number of clicks to access project tracker data.For example, what we require is: Login -> Projects -> GIS Technical Data -> TrackersInstead of now it is: Login -> My Start -> Projects -> GIS Technical Data -> Wiki -> Trackers
Hello, Like in title, in cB 2.1.0.3 we have encountered a problem with Test Steps table - it is not possible to edit permissions on this table. All options are greyed out like on screenshot: Has anyone encountered such a problem and have a solution for that?
I made a new CB project which generated several default trackers that I didn't need. When attempting to configure and delete the trackers, I receive a message that states, as attached, 'User has no permission to view working-sets", and the tracker cannot be deleted. For now, I have just hidden trackers that are not relevant.
Hi!We want to automate the ReqIF import process in Codebeamer. According to PTC Support, there is currently no API for this, so the only known option is through the "Import ReqIF" in the Trackers menu within the UI. Has anyone worked on automating ReqIF imports or found any possible workarounds? Thanks!
Hi, is there a way to encrypt user data (as described here)https://support.ptc.com/help/codebeamer/r2.2/en/index.html#page/codebeamer/admin_guide/ag_encryp_sensitive_data.html via an API of any kind? Kind RegardsJoe
Hello everyone, I am using the Codebeamer server(2.2.0.1) as an OSLC server. With the helps from others in this forum, I was able to GET a requirement using server:port/api/oslc/projects/{proj_id}/rm/requirements/{req_id}. Now I want to update this (exisiting) requirement. How can I do it please? I tried to PUT the modified XML return (from GET) to the same URL above. This is how DNG works if I understand it right. But I got an error message "Check that the you spelled the address correctly." (looks like a typo in the error message from CodeBeamer here). I double checked that I am using exactly the same URL. Also CodeBeamer doesn't return any CreationFactory like DNG. If I need to create a new requirement, how can I do it please? Thanks for your help in advance.
Hello,Is it possible to create two items of the same tracker that have different properties? ExampleTracker Tracker1 that has two Tracker Items: Item1 and Item 2.Item1 has different properties from item2. I have attached an image to explain better. Thank you
Hello I heard that files uploaded into the [Documents] tab in a project is, by default, saved on the directory <Codebeamer>\repository\docs. Where is, on the other hand, the directory where files attached to a tracker is stored?Are these files stored into the DB? My codebeamer version is 22.10SP5
Dear community members, We are facing an critical error when integrating bitbucket with codebeamer. I am getting the following error in the bitbucket. Does someone knows any workaround? I am using Codebeamer 22-10-SP5
Hello everyone, I want to use the Codebeamer server (2.2.0.1) as an OSLC server, and I have trouble to do so. First I followed this Server Guide and added a new section to the Application Config:"apiThrottling" : {"urlPatterns" : "/api/oslc/**","bandwidthConfigs" : {"capacity" : 100,"timeUnit" : "SECOND"}}, I saved it, and it said "saved and re-applied" or something like that. Seems like it shall be ready.Then I try from my browser (which I login to codebeamer already) the following url:https://my_codebeamer:8080/cb/api/oslc/catalog/projectsAlso tried thishttps://my_codebeamer:8080/api/oslc/catalog/projectsBoth shows connection timed out. Do I need to setup port 8080 for oslc, or is it the default (fixed) port? Did I miss anything here please? Thank you very much in advance.
Hello all,user wants to edit excel file document using office and gets below error:Office editor is installed ver. 2.0 Delete browser cache is not helping now (it helped one day ago).Tried on Edge and Chrome browser.No error visible in Codebeamer log.any idea? update:after check of cboffice_launcher.log in C:\Users\<username>\AppData\Local\Temp\I have realized that ":" is missing after https 22-Oct-24 9:44:33 AM - ----------------------------------22-Oct-24 9:44:33 AM - Starting cbOffice Launcher - 1.0322-Oct-24 9:44:33 AM - Original url: cboffice://https//Server-Name/cb/officeedit/C4iKYBjM8zG4bQPkoyks2fekME6LC0JlqSdZTboB7cQ/Trigger%5FMessages%5Ffor%5FInbound.xls22-Oct-24 9:44:33 AM - Service Url: https//Server-Name/cb/officeedit/C4iKYBjM8zG4bQPkoyks2fekME6LC0JlqSdZTboB7cQ/Trigger%5FMessages%5Ffor%5FInbound.xls22-Oct-24 9:44:33 AM - File type: .xls22-Oct-24 9:44:33 AM - Command: %comspec% /c assoc .xls > "C:\Users\userXYZ\AppData\Local\Temp\radC7736.tm
Hello,I've encountered an issue with the REST API where the description of a requirement item is returned incorrectly when retrieved via API call. After entering "adler32_z" into the description of an item and saving it, I used the REST API to fetch the item's details with the following GET request: GET /api/v3/items/%item_id%/fields.Expectedly, I hoped to see "adler32_z" as the value of the Description field. However, the response returned "adler32~_z" instead. Here is the response I received: This issue appears to be specific to descriptions containing "adler32", as other descriptions seem to be fetched correctly. Could you please help me understand why this alteration in the text is happening? Is there a specific parsing or encoding rule that might be affecting text containing "adler32"?Thank you for your assistance.
I am trying to connect codebeamer with EA using the LemonTree.Connect, but do not have the option to click on the option to configure the server settings. Attached is an image below, tried troubleshooting, but very limited information. Any tips?
Codebeamer is not connecting with Bitbucket.org. While Bitbucket is returning a 200 response code, the repository is not being created in Codebeamer. Upon checking, I found the following: external.bitbucket.BitBucketCommunicator - Unsuccessful request: Status code: 404 NOT_FOUND Body: {"type": "error", "error": {"message": "You may not have access to this repository, or it no longer exists in this workspace. If you believe this repository exists and you have access, please ensure that you are authenticated."}} I have access to the repository on Bitbucket and have created the same user as in Bitbucket, following all the steps outlined in the documentation.
Is there any way Lock /Unlock tracker using API?
I am trying to integrate with Codebeamer using OSLC as explained in the wiki With OSLC, an application (such as codebeamer) typically provides Delegated Selection Dialogs which can be embedded by an OSLC client. This allows a user to search and select an item in codebeamer from within the client application. Reading the documentation, it does not seem that CodeBeamer supports such dialogs.I also tested by navigating the OSLC Catalog and cannot find any Dialog services. Is this interpretation correct? Is there an alternative approach that I am missing to create OSLC links to Codebeamer?
I have tried from the help center page but still facing issues. Help me out on this one.
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.