SonarQube版本4.3.1的问题-JIRA插件问题(JIRA v6.0.7)

SonarQube版本4.3.1的问题-JIRA插件问题(JIRA v6.0.7),sonarqube,Sonarqube,我可以从Sonar问题视图,链接到JIRA。该问题在JIRA中成功创建。JIRA的描述与声纳问题有关。在此之后,有两个问题: 我无法通过提供的链接从吉拉导航回声纳。点击该链接,我会看到: 很抱歉,出了点问题。 请在几分钟后重试,如果问题仍然存在,请与支持人员联系。 返回主页 当我试图从Sonar对右上角图标上的特定问题执行相同操作时,也会显示上述消息。(可能是因为它是同一个链接) 以前有人目睹过吗 sonar.log显示如下内容: 2014.06.19 23:10:13错误[o.s.s.ui.J

我可以从Sonar问题视图,链接到JIRA。该问题在JIRA中成功创建。JIRA的描述与声纳问题有关。在此之后,有两个问题:

  • 我无法通过提供的链接从吉拉导航回声纳。点击该链接,我会看到:
  • 很抱歉,出了点问题。
    请在几分钟后重试,如果问题仍然存在,请与支持人员联系。
    返回主页

  • 当我试图从Sonar对右上角图标上的特定问题执行相同操作时,也会显示上述消息。(可能是因为它是同一个链接)
  • 以前有人目睹过吗

    sonar.log显示如下内容:

    2014.06.19 23:10:13错误[o.s.s.ui.JRubyFacade]无法呈现:http://**:9000/issue/show/19b4e295-ac26-47d7-84f3-d60e0a49c67c?布局=false

    nil:NilClass的未定义方法“name” app/views/issue/_issue.html.erb的第137行

    134:          comment_html_id = "comment-#{comment.key}-#{rand(100)}" %>
    135:       <div class="code-issue-comment" id="<%= comment_html_id -%>" data-comment-key="<%= comment.key -%>">
    136:         <h4>
    137:           <%= image_tag('reviews/comment.png') -%> &nbsp;<b><%= h( @issue_results.user(comment.userLogin()).name() ) -%></b>
    138:           (<%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(comment.createdAt)) -%>)
    139:           <% if current_user && current_user.login==comment.userLogin %>
    140:             &nbsp;
    
    app/views/issue/_issue.html.erb:137
    file:lib/jruby-complete-1.7.9.jar!/jruby/java/java_ext/java.util.rb:7:in `each'
    app/views/issue/_issue.html.erb:133
    org/jruby/RubyKernel.java:2227:in `send'
    gems/gems/actionpack-2.3.15/lib/action_view/renderable.rb:34:in `render'
    gems/gems/actionpack-2.3.15/lib/action_view/base.rb:306:in `with_template'
    gems/gems/actionpack-2.3.15/lib/action_view/renderable.rb:30:in `render'
    gems/gems/actionpack-2.3.15/lib/action_view/renderable_partial.rb:20:in `render'
    gems/gems/actionpack-2.3.15/lib/action_controller/benchmarking.rb:30:in `benchmark'
    gems/gems/actionpack-2.3.15/lib/action_view/renderable_partial.rb:19:in `render'
    gems/gems/actionpack-2.3.15/lib/action_view/template.rb:205:in `render_template'
    gems/gems/actionpack-2.3.15/lib/action_view/renderable_partial.rb:44:in `render_partial'
    gems/gems/actionpack-2.3.15/lib/action_view/partials.rb:184:in `render_partial'
    gems/gems/actionpack-2.3.15/lib/action_view/base.rb:267:in `render'
    app/views/issue/_show.html.erb:25
    org/jruby/RubyKernel.java:2227:in `send'
    
    134:comment_html_id=“comment-#{comment.key}-#{rand(100)}”%>
    135:       
    136:         
    137:             
    138:           ()
    139:           
    140:              
    app/views/issue/_issue.html.erb:137
    文件:lib/jruby-complete-1.7.9.jar/jruby/java/java_ext/java.util.rb:7:in'each'
    app/views/issue/_issue.html.erb:133
    org/jruby/RubyKernel.java:2227:in'send'
    gems/gems/actionpack-2.3.15/lib/action_view/renderable.rb:34:in'render'
    gems/gems/actionpack-2.3.15/lib/action\u view/base.rb:306:in'with\u template'
    gems/gems/actionpack-2.3.15/lib/action_view/renderable.rb:30:in'render'
    gems/gems/actionpack-2.3.15/lib/action\u view/renderable\u partial.rb:20:in'render'
    gems/gems/actionpack-2.3.15/lib/action\u controller/benchmarking.rb:30:in'benchmark'
    gems/gems/actionpack-2.3.15/lib/action\u view/renderable\u partial.rb:19:in'render'
    gems/gems/actionpack-2.3.15/lib/action\u view/template.rb:205:in'render\u template'
    gems/gems/actionpack-2.3.15/lib/action\u view/renderable\u partial.rb:44:in'render\u partial'
    gems/gems/actionpack-2.3.15/lib/action\u view/partials.rb:184:in'render\u partial'
    gems/gems/actionpack-2.3.15/lib/action_view/base.rb:267:in'render'
    app/views/issue/_show.html.erb:25
    org/jruby/RubyKernel.java:2227:in'send'
    

    这个bug似乎来自JIRA插件对这个问题的评论。 哪个帐户被用来点击“链接到JIRA”按钮?是你的吗?您确定此帐户仍然存在吗


    Regads

    感谢您的回复!使用了管理员帐户(用于此“测试”链接到Jira问题)。这有关系吗?换言之:Sonar登录用户、sonarJira插件配置的用户凭据之间有什么关系?使用管理员帐户没有问题,而且没有与JIRA凭据的链接。似乎在将SonarQube问题与JIRA问题联系起来时出现了一个奇怪的问题。你能试着把另一个SonarQube问题和JIRA联系起来吗?