concordia-publishing-house/errbit

View on GitHub
app/models/issue_trackers/jira_tracker.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method create_issue has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def create_issue(problem, reported_by = nil)
      options = {
          :username => username,
          :password => password,
          :site => base_url,
Severity: Minor
Found in app/models/issue_trackers/jira_tracker.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status