##Preview
Simple Dashing widget that displays a progress meter for your current JIRA sprint, with the completed and total point values at the bottom.
##Usage
#####Dependencies
Add jira-ruby to the gemfile:
gem 'jira-ruby'
and then just run
$ bundle install
#####Setup
To install this widget, simply run dashing install a1dae02d476f6055f82a.
Then substitute the following placeholders in sprint_progress.rb with the appropriate values:
ENV['JIRA_USERNAME']=> your JIRA username (optionally can be placed in your environment variables fileENV['JIRA_PASSWORD']=> your JIRA password (also optionally can be placed in your environment variables filehttps://your-jira-instance.atlassian.net=> the location of your JIRA instanceSPRINT_WIDGET_DATA_ID=> the target HTML element'sdata-idattribute in your layout
Finally, to include the widget on a dashboard, drop the following snippet into your layout:
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-view="SprintProgress" data-id="whatever_id_you_like"></div>
</li>

could anyone fix the issue with uncaught exception with
undefined method? i adjusted the customfield to the one we use for story points. but seems to still not work. any idea why this is happening?line 24 is:
percentage = ((closed_points/total_points)*100).to_ischeduler caught exception: undefined method/' for nil:NilClassjobs/sprint_progress.rb:24:in
block in <top (required)>' .rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/jobs.rb:230:incall'.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/jobs.rb:230:in
trigger_block' .rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/jobs.rb:204:inblock in trigger'.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/scheduler.rb:430:in
call' .rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/scheduler.rb:430:inblock in trigger_job'`