sumoheavy / jira-ruby

A Ruby gem for the JIRA REST API
MIT License
656 stars 411 forks source link

Fixes Sprint::find to use context_path correctly #353

Closed trapeze-bell-peter closed 4 years ago

trapeze-bell-peter commented 4 years ago

Original code ignored client#options[:context_path]. This addresses the issue. Have also added an RSpec to test that the URL is correctly formed. All tests pass.

I use RubyMine which has automatically created a .rakeTasks - have added to the .gitignore. Feel free to remove from the pull request.

SimonMiaou commented 4 years ago

@trapeze-bell-peter Thank you for your contribution :)