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

Generate Burndown chart on Resolved Status

Monali Khadke September 2, 2015

Hi,

We have configured our agile board to show four columns Open, In Progress, Resolved and Done.

We want to generate bundown chart on Resolved status/column instead of Done status/column.

To avoid confusion between resolved and done, we don't want to use the alternative to define done definition (mapping resolved status to Done column) .

We tried to create our own gadget for creating burndown chart using rest service. We are able to create simple rest service (referred doc https://developer.atlassian.com/docs/atlassian-platform-common-components/rest-api-development/developing-a-rest-service-plugin).

However, after doing required changes to the REST service not able to access that REST service through browser and in log file getting error as below,

2015-09-01 13:28:14,971 http-bio-2990-exec-5 ERROR admin 808x6908x3 sgoe62 fe80:0:0:0:853e:fa53:d1c4:bd68%11 /rest/myrestr/1.0/application.wadl [atlassian.plugin.servlet.DefaultServletModuleManager] Unable to create new reference LazyLoadedFilterReference{descriptor=com.atlassian.plugins.tutorial.Message:my-rest-resource-filter (The My Rest Resource Plugin), filterConfig=com.atlassian.plugin.servlet.filter.PluginFilterConfig@1516a9b}
com.atlassian.util.concurrent.LazyReference$InitializationException: com.sun.jersey.api.container.ContainerException: Unable to create resource
at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:149)

 

We are stuck on this. Any help will be appreciated.

 

Thanks in Advance,

Monali

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Volodymyr Krupach
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 3, 2015

Hi Monali,

I see you followed tutorial for RefApp REST plugin which is cross-product plugin (i.e. JIRA and Confluence).

In your case I guess that your rest plugin has JIRA api dependencies and should be created as JIRA REST plugin module.

Please use atlas-create-jira-plugin and atlas-create-jira-plugin-module instead of atlas-create-refapp-plugin and atlas-create-refapp-plugin-module. All other steps should be the same.

TAGS
AUG Leaders

Atlassian Community Events