Skip to main content
6-Contributor
November 18, 2025
Solved

Adding Custom Menus or Buttons

  • November 18, 2025
  • 1 reply
  • 249 views

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.

 

Best answer by pshashipreetham

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,

1 reply

18-Opal
November 22, 2025

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,

6-Contributor
November 25, 2025

@pshashipreetham 

 

Thank you for your answer.

I fully understand.