Skip to content

Commit

Permalink
Fixed issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Steel committed Nov 2, 2015
1 parent bb00b24 commit 5f1f2d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jira/json_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module Jira
class JSONProvider < IssueProvider
def get_version(version_id)
Jira::Utils::search_issues(
"fixVersion = #{version_id}"
"fixVersion = #{version_id}"\
" AND status = Done"
)
end

Expand Down

0 comments on commit 5f1f2d2

Please sign in to comment.