...
Compatibility Matrix
Plugin | 0.1 | 0.2 | 0.2.1 | 0.3 | 1.0 | 1.1 |
|---|---|---|---|---|---|---|
Jira 3.x |
| only 3.13 |
|
|
| |
Jira 4.x |
|
|
|
|
| |
Jira 5.x |
|
|
|
|
|
Description / Features
This plugin connects Sonar SonarQube to Altassian JIRA in various ways.
Widget "JIRA Issues"
Sonar SonarQube retrieves the number of issues associated to a project from JIRA. It then reports on the total number of issues and distribution by priority.
In order to get it working, you should first make some configuration:
Go to your Jira and create filter. Mark it as a favorite. Also you can share this filter with your team in order to allow usage of URL for issues in Sonar.
Then from a project dashboard (or from the global configuration), go to
"Settings -> JIRA", and specify the "Server URL", "Username" and "Password" properties.And finally specify the "Filter name" property for project or module: this is the name of an issue filter that you have previously created on JIRA (check JIRA documentation to know more about issue filters).
After the next analysis, you can activate the "JIRA Issues" widget for one of your dashboards, and you should see something similar to this:

Link a
...
SonarQube issue to a JIRA ticket
...
This feature allows you to create a review (on a violation) that will generate a JIRA ticket on your configured JIRA instance.
In order to get this working, you need:
- To have the the "
Server URL", "Username" and "Password" properties specified in the global or project settings - To specify, for your project, the "JIRA project key" property that is the key of the JIRA project on which this Sonar plugin will generate tickets
Then, once you're link a SonarQubeissue to a JIRA issue. It will create a new JIRA ticket.
When logged in, you should find the "Link to JIRA" action available on any violationissue:

You can enter any comment and after you press "Link to JIRA", a new review comment is added on the violationissue: you can see the link to the newly-created JIRA ticket.
...
And the corresponding JIRA look like:

...
Installation
- Install the JIRA plugin through the Update Center or download it into the SONARSONARQUBE_HOME/extensions/plugins directory
- Restart the Sonar SonarQube server
- Configure the plugin at global level and for each project as described in the previous section
Usage
Mandatory Properties
At project or global level go to Settings > JIRA and set the sonar.jira.url, sonar.jira.login.secured and sonar.jira.password.secured properties.
| Note | ||
|---|---|---|
| ||
For the
Example: sonar-runner -Dsonar.login=admin -Dsonar.password=admin |
To Display Data on the JIRA Issues Widget
Log in to your JIRA instance and create a filter. Mark it as favorite. You can also share this filter with your team in order to allow usage of URL for issues in SonarQube.
And finally specify the
sonar.jira.url.paramproperty for project or module: this is the name of an issue filter that you have previously created on JIRA (check JIRA documentation to know more about issue filters).
To Create JIRA Issues
Set the sonar.jira.project.key property that is the key of the JIRA project on which this SonarQube plugin will generate tickets
Note that you can also configure the issue type, the component, the priorities. Browse the JIRA setting page on the web interface for a complete list.
| Note | ||
|---|---|---|
| ||
If you must connect to your JIRA instance through HTTPS, and if a certificate is required for this connection, then you must import the certificate into the CA store of the JRE that runs SonarSonarQube. |
FAQ
Q: I see the following warning in Sonar SonarQube logs when using the JIRA plugin:
[WARN] [18:32:24.426] Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
A: This is a message from the Axis SOAP client we are using to talk to your JIRA. You can safely ignore this message. Attachment support is not used anyway.
...
| title | Since version 1.1 (not yet released) |
|---|
- Q: I have configured my JIRA instance so that some fields are mandatory. Because
...
- SonarQube does not populate these fields then issue creation fails. How can I make it work?
- A: The
...
-
sonar.jira.issue.component.idproperty can be defined
...
- at project level
...
- . For other fields the suggested workaround is to create a new issue type in JIRA (for exemple "Quality issue") and
...
- set the
sonar.jira.issue.type.idproperty accordingly.
Change Log
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|

