I\'d like to create a new chart开发者_Go百科 gadget for jira using jfreechart. To collect all the information I need for the chart, I need all issues of a certain issue type.
I am using JBehave to run Scenarios, i have taken an example from WebSite , it is executing properly and generating reports in trarget/jbehave folder.
I\'m using PyDoc to generate documentation from my Python code and I\'m using Jira\'s Confluence plugin to manage documentation. Is there any way to generating PyDoc docume开发者_Python百科ntation and
Im trying to write a gadget inside a jira plugin and I\'ve encountered some problems even with a very simple one. Currently I\'m trying to get a response from a simple java class i wrote. Following co
I just installed the JIRA connector for VS2010 and having a strange problem adding my JIRA server to the \"Add server\" settings of the configurations.
Context开发者_JAVA百科 I have a JIRA project for core product which we use both for bug tracking and managing product backlog as epics and stories.
how can I create a filterPicker for username and g开发者_高级运维roups? Should be somenthing like for projects, with projectOrFilterPicker right?
I need to develop more Gadgets in the same plugin, the gadgets will look pretty the same, what change is the resource they need to access and display. What\'s the best way to do this?
I need to create a chart that shows Key Performance Indicator. (total of issues / issues resolved) I\'m using this query to return count of total issues and unresolved issues:
I need to develop some jira gadget. The gadget must have a chart and the possibility to insert external data and diplay it in the chart.