Forums

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

Additional Bubble Chart Gadget Options

KatileeT
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 10, 2019

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:

 

  1. Age of ticket (should be X axis)
  2. Priority of ticket (should be color of bubble (red = 1, green = No priority)
  3. Days since last comment/edit (should be size of bubble)
  4. Count of comments on ticket (should be Y axis)

Can anyone point me to a good solution for this view, either directly within JIRA or via plug-in?

1 answer

0 votes
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2019

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

Eugene Kamennoy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 28, 2019

Hi @Rafael Pinto Sperafico 

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. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events