My organization likes the native Bubble Chart functionality within JIRA but would love to be able to alter the dimensions of the Chart as follows:
Can anyone point me to a good solution for this view, either directly within JIRA or via plug-in?
Hi @KatileeT ,
You could extend Jira's Backbone BubbleChartComponent implementation. If you log in to Jira and open your web browser development panel (Console tab), you can find BubbleChart* under JIRA.DashboardItem.*
If you want to do changes, you could create a plugin extending BubbleChart. For reference, you could use JIRA_INSTALL/atlassian-jira/WEB-INF/atlassian-bundled-plugins/jira-gadgets-plugin-8.x.x.jar by adding it to the classpath then open it up in your IDE.
You can find Javascript Backbone Component under jira-gadgets-plugin-8.x.x/static/components/charts/bubble-chart directory.
Hope the above helps.
Kind regards,
Rafael
We actually have a JIRA cloud instance in this case, would we still be able to make the modifications that you have described above, or would a solution from a 3rd party vendor would be the way to go for our particular use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.