node-jira icon indicating copy to clipboard operation
node-jira copied to clipboard

Add methods for Green Hopper Rapid Views

Open adamgruber opened this issue 11 years ago • 0 comments
trafficstars

Summary of Changes:

  • Fixed lint
  • Added methods:
    • getAllRapidViews - Returns all Rapid Views on the Jira server
    • getRapidViewConfig - Returns configuration object for a chosen Rapid View
    • getActiveSprintsForRapidView - Returns all sprints with the state 'ACTIVE' within a chose RapidView
    • getAllRapidViewData - Returns all data associated with a chosen Rapid View (including sprints and issues)
  • Added tests for all new methods
  • Updated documentation

adamgruber avatar Oct 20 '14 17:10 adamgruber