Name |
JIRA Plugin |
Authors |
Julien Lancelot, Franck Bassy, Cédric Munger |
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/13914 |
State |
Under development |
License |
LGPL v3 |
Sources |
|
Compatibility with Sonar
Plugin |
0.1-SNAPSHOT |
|---|---|
Sonar |
1.10 |
Description / Features
Retrieve some measures from JIRA tracker : total number of issues and distribution by priority.
You need to configure some settings to retrieve the issues from JIRA. From a project dashboard (or from the global configuration), go to Settings -> JIRA, and enter the required settings:
- Specifie the JIRA server url, a login and a password who has access to JIRA
- Enter the JIRA project Key (case sensitive, example : SONAR)
- Finally, you can customized the parameters used to retrieve JIRA issues. This parameter can be find on the XML url of the issue navigator. You need to remove all params before pid and do not include the tempMax param.
Exemple : I want all Sonar open issues, here is the result XML url : http://jira.codehaus.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=11694&status=1&sorter/field=issuekey&sorter/order=DESC&tempMax=1000.
The param url to use is status=1&sorter/field=issuekey&sorter/order=DESC
Usage & Installation
- Stop Sonar Web server
- Copy the JAR file to the directory extensions/plugins/
- Restart Sonar server

