Skip to content

JIRA plugin/gadget for drawing ChartJS graphs with multiple JIRA filters

License

Notifications You must be signed in to change notification settings

andnyb/chartjs-multifilter-jira-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart.JS Multi Filter JIRA Plugin

Build Status

Developed and tested for: JIRA Server 7.5.X (will not work on 6.x JIRA versions)

JIRA Dashboard Gadget for rendering interactive Chart.JS based graphs including one or more JIRA search filters (multiple filters are not supported by JIRA as per default). The gadget is highly configurable both in what to display/categorize as well as what kind of graph to display.

thumbnail

Supported data and categorizations

  • Week / Month / Year
  • Created / Updated / Resolved
  • Multiple JIRA search filters by id

Supported graphs and customizations

  • Graph types
    • Bar
    • Horizontal bar
    • Stacked bar
    • Line
    • Doughnut
    • Pie
  • Customization
    • Pre defined themes

Examples

  • Issue creation over time with for JIRA search filters

Displaying creation over time of issues in multiple projects and how they relate to each other is pretty straight forward, Define a JIRA search filter for each of the project to include and select the granularity of the graph. The plugin will group the issues according to their created date (year/month/week) and then render a chart with separated data for each project (search filter).

Line chart

The same data can be displayed in different type charts, below is an example for a stacked bar chart.

Stacked bar chart

Development

Here are the SDK commands you'll use immediately:

  • atlas-run -- installs this plugin into the product and starts it on localhost
  • atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005
  • atlas-cli -- after atlas-run or atlas-debug, opens a Maven command line window: - 'pi' reinstalls the plugin into the running product instance
  • atlas-help -- prints description for all commands in the SDK

Full documentation is always available at:

https://developer.atlassian.com/display/DOCS/Introduction+to+the+Atlassian+Plugin+SDK