Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Help customizing "Created vs Resolved"

zaxy78 January 15, 2015

I am trying to edit the source code of the "Created vs Resolved" gadget to make it a 

"due date VS resolved" gadget.

 

I cant find the right place in the REST source java - that will make it work.

can you show me when it picks the "created" value andhow to switch it to "duedate"?

 

Thanks,

Aviad.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Midori
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.
January 27, 2015

I'm not familiar with that particular plugin, but you could also use the Better Excel Plugin for this.

It has a default template called Created vs. Resolved which contains the creation date in the "Date" column. It is totally trivial to turn it to "due date":

${outlookdate.formatIso8601Date(issue.created)}

should be:

${outlookdate.formatIso8601Date(issue.dueDate)}

The event should probably be renamed to "Due Date" in Excel column "L".

So you'd get a data worksheet like this, and the charts, pivot charts, pivot tables, other data analysis tools would work as expected:

due-date-vs-resolved-chart.png

TAGS
AUG Leaders

Atlassian Community Events