Forums

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

How can I modify a predefined gadget?

Fieran Mason-Blakley December 31, 2020

Hello Atalassian Community -

I am working with the "Resolution Time" gadget.

I would like to modify how resolution time is calculated ---

in progress->resolved instead of created->resolved

I also want to subdivide stories by story point to create a clustered bar chart.

This is proving way more difficult that it seems it should be.

 

Any advice on how to get started?

3 answers

0 votes
Fieran Mason-Blakley January 2, 2021

It sounds like it might be easiest to query the data from the DB and built the chart in excel -- it won't give me the nice inline widget that I get for using a JIRA gadget, Confluence Macro or ezBI widget, but gets me to a similar end with less frustration --- would just need to swallow the lack of integration as a cost of the more quickly developed solution. 

0 votes
Vinod Ramadoss
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.
December 31, 2020

Hi,

I suppose it may not be achieved using this Jira Gadget (as highlighted by Nic).

Do you have Confluence as well? If so, my quick thoughts will be to make use of Confluence Macros for the same.

0 votes
Nic Brough -Adaptavist-
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.
December 31, 2020

You would need to write your own version of the plugin that provides the gadget.

Fieran Mason-Blakley December 31, 2020

Do you mean get the source code and extend a class or something to that effect? I was expecting I might be able to modify the configuration in the UI to do something slightly different --- sort of like is available in EasyBI

Nic Brough -Adaptavist-
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.
December 31, 2020

Yes, but you'll need to do significantly more than just extend a class, you need to be amending the data processing it does, and adding code for displying the things that aren't in there already.

Suggest an answer

Log in or Sign up to answer