Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
Solved! Go to Solution.
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,
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,
