Development of Dashboard Gadgets
If a customer needs custom Jira Dashboard gadgets—for example, to visualize KPIs in very specific ways or to display data from other business systems—we help develop the required functionality if an existing plugin cannot already meet the requirements.
Technical Details
Jira Dashboard gadgets follow the Google Gadgets standard, which provides extensive options for developing gadgets either within or outside of Jira. For example, an elegant solution for a complex data integration that needs to be presented as KPIs in Jira could be to develop a gadget served by a containerized microservice as an HTML/CSS/JS-based application.
The application will then have direct access to the relevant data sources, from which it extracts, transforms, and renders the information.
By implementing it as a standalone application, the company’s employees can independently further develop the application without being dependent on Jira.