Property | Optional? | Description | Default value |
---|---|---|---|
maven.jira.nbentries | Yes |
Defines the maximum number of issues we want to obtain into the report. |
|
maven.jira.component | Yes |
Sets the component(s) of the project you want to limit your report to.
Multiple components can be separated by commas (such as |
empty, meaning all components. |
maven.jira.status | Yes |
Sets the status(es) of the project you want to limit your report to.
Valid statuses are: |
|
maven.jira.resolution | Yes |
Sets the resolution(s) of the project you want to limit your report to.
Valid statuses are: |
|
maven.jira.priority | Yes |
Sets the priority(s) of the project you want to limit your report to.
Valid statuses are: |
empty, meaning any priority. |
maven.jira.filter | Yes |
Defines the filter parameters to restrict the result issues from Jira.
The filter parameters property must use the same format of url parameters from the Jira search url.
Example:
Note: This string should not contain the parameters |
|
maven.jira.jiraUser | Yes |
Defines the jira username for authentication into a private Jira instalation. |
|
maven.jira.jiraPassword | Yes |
Defines the jira password for authentication into a private Jira instalation. |
|
maven.jira.webUser | Yes |
Defines the http user for basic authentication into the Jira webserver. |
|
maven.jira.webPassword | Yes |
Defines the http password for basic authentication into the Jira webserver. |
|
maven.jira.proxy.ntlm.host | Yes |
The host to use if you are using NTLM authentication |
${maven.proxy.ntlm.host} |
maven.jira.proxy.ntlm.domain | Yes |
The NT domain to use if you are using NTLM authentication. |
${maven.proxy.ntlm.domain} |
maven.jira.roadmap | Yes |
If set to |
|