commons-build:jira-page
Overview
The commons-build:jira-page
goal generates a custom JIRA Issue Tracking page for a Proper component
(for Sandbox components use the commons-build:sandbox-jira-page goal).
Execute the goal using the following command:
mvn commons-build:jira-page
Note: The Issue tracking page should only need to be generated initially
for a component or if the issue tracking template changes.
This goal uses the following:
Configuration
To generate a JIRA page, the following properties are configured in the component's pom.xml
- commons.jira.id - JIRA's external (upper case) project id for the component
- commons.jira.pid - JIRA's internal (numeric) project id for the component
Example configuration for Commons Text:
<properties>
<commons.jira.id>TEXT</commons.jira.id>
<commons.jira.pid>12318221</commons.jira.pid>
</properties>