Details
Description
As a user, I want to link a violation to a JIRA issue.
Given I'm in the "Violations drilldown" menu of a project and I'm looking into the violations in the "violations" tab of a source file,
I want to be able to click on a button that creates a JIRA issue from a violation.
The JIRA server and project may be configured in the "configuration section" of my sonar project.
The JIRA issue may be created with :
- A summary built from the name of the violation and the name of the source file (eg : "Empty If Stmt in Valid.Applications.SimpleJavaApplication")
- A description that
- Give details on the violation location : the line number
- Explains the reason of the violation (eg : Empty If Stmt » Avoid empty if statements)
- An url to the Sonar violation
Issue Links
- depends upon
-
SONAR-2706
Add extension point to the Review functionality in order to link review to external tracking system like JIRA or Crucible
-