cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Translate the entire conversation x

Adding Custom Menus or Buttons

TO_10566025
6-Contributor

Adding Custom Menus or Buttons

Is there a way to add custom menus or buttons to the tracker page?
I would like to execute a custom action when the menu or button is clicked.
If such a method exists, please let me know any reference materials or help resources.

 

ACCEPTED SOLUTION

Accepted Solutions

Codebeamer does not support adding custom menus, toolbar buttons, or UI extensions to the Tracker page. The UI is not extensible via plugins or scripts, and there is no API for injecting custom buttons into the interface.

 

If you need to trigger a custom action, the supported options today are:

REST API integrations – external tools can call Codebeamer, but Codebeamer cannot display a custom button that triggers those calls.
Webhooks / Event Hooks – Codebeamer can notify your system when something changes, but again, no custom UI components.
Action Buttons inside Wiki Pages – you can embed links or custom JavaScript only in Wiki pages, not in Tracker.

 

At the moment, there is no method to add custom menu items or buttons directly inside the Tracker UI.

 

If PTC ever opens up UI extension points, it will likely appear in the product roadmap or SDK documentation.

 

Thanks,

Shashi Preetham,
+91 8099838001 | shashi@psptechhub.com,
PSPTechHub  ||  World of PTC Thingworx  ||  LinkedIn

View solution in original post

2 REPLIES 2

Codebeamer does not support adding custom menus, toolbar buttons, or UI extensions to the Tracker page. The UI is not extensible via plugins or scripts, and there is no API for injecting custom buttons into the interface.

 

If you need to trigger a custom action, the supported options today are:

REST API integrations – external tools can call Codebeamer, but Codebeamer cannot display a custom button that triggers those calls.
Webhooks / Event Hooks – Codebeamer can notify your system when something changes, but again, no custom UI components.
Action Buttons inside Wiki Pages – you can embed links or custom JavaScript only in Wiki pages, not in Tracker.

 

At the moment, there is no method to add custom menu items or buttons directly inside the Tracker UI.

 

If PTC ever opens up UI extension points, it will likely appear in the product roadmap or SDK documentation.

 

Thanks,

Shashi Preetham,
+91 8099838001 | shashi@psptechhub.com,
PSPTechHub  ||  World of PTC Thingworx  ||  LinkedIn

@pshashipreetham 

 

Thank you for your answer.

I fully understand.

Announcements


Top Tags