Getting Started
IDE & Navigation
Properties & Tools
JIRA Addon communicates with JIRA using REST API. Configuration settings are defined in config.properties file located in /www/config/ folder.
You may use any text editor to add/update settings.
First pick a unique name for your JIRA system, e.g. MYJIRA. The name must be in uppercase.
Copy and paste following settings into config.properties and adjust the values to yours:
ADDON.MYJIRA.CLASS=com.webmbt.alm.addon.AddOnJira ADDON.MYJIRA.URL=http\://localhost\:8080/ ADDON.MYJIRA.AUTH.TYPE=Basic ADDON.MYJIRA.AUTH.USERNAME=userid ADDON.MYJIRA.AUTH.PASSWORD=password ADDON.MYJIRA.BUG.ENABLED=true ADDON.MYJIRA.REQ.ENABLED=true
The above configuration exercises the following default behavior:
Additional AUTH_.* fields supported for OAuth and OAuth2: * ADDON.MYJIRA.AUTH.OAUTH.CONSUMER.KEY * ADDON.MYJIRA.AUTH.OAUTH.CONSUMER.SECRET * ADDON.MYJIRA.AUTH.OAUTH.ACCESS.TOKEN * ADDON.MYJIRA.AUTH.OAUTH.SECRET.TOKEN * ADDON.MYJIRA.AUTH.OAUTH2.SECURITY.TOKEN * ADDON.MYJIRA.AUTH.OAUTH2.SIGNATURE
Each model that needs to access JIRA for requirement or defects must also be configured:
ALM Config Settings: