jira

This addon provides standalone functionality.

Depends on

Addon Exported Optional

ui

yes

no

configuration

no

no

Setup

This Addon requires the following installation steps.

Add configuration to pom.xml

To use this addon, you must add it as a dependency in the pom.xml of your forge-addon classified artifact:

<dependency>
   <groupId>org.jboss.forge.addon</groupId>
   <artifactId>jira</artifactId>
   <classifier>forge-addon</classifier>
   <version>${version}</version>
</dependency>

Features

Setup JIRA

You need to set the JIRA URL before anything else

jira-setup --url http://issues.jboss.org
Opens JIRA issues in Forge

Opens a web browser when a JIRA issue is provided

jira-open-issue FORGE-1000
Creates JIRA issues

Opens a web browser with the new JIRA issue screen

jira-open-issue