Apache Commons logo

commons-build:sandbox-jira-page

Overview

The commons-build:sandbox-jira-page goal generates a custom JIRA Issue Tracking page for a Sandbox component. (for Proper components use the commons-build:jira-page goal). Execute the goal using the following command:

mvn commons-build:sandbox-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.componentid - JIRA's internal (numeric) id for the component

Example configuration:

    <properties>
        <commons.jira.componentid>12311182</commons.jira.componentid>
    </properties>