Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| jira_addon [2016/09/22 02:35] – external edit 127.0.0.1 | jira_addon [2020/05/10 16:13] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== JIRA AddOn Configuration ===== | ||
| - | //JIRA Addon// communicates with {{https:// | ||
| - | |||
| - | ADDON.myjira.CLASS=com.webmbt.plugin.alm.jira.AddOnJira | ||
| - | ADDON.myjira.CONNURL=< | ||
| - | ADDON.myjira.PASSWORD=< | ||
| - | ADDON.myjira.USERNAME=< | ||
| - | ADDON.myjira.REQ.ENABLED=true | ||
| - | ADDON.myjira.BUG.ENABLED=true | ||
| - | |||
| - | where '' | ||
| - | |||
| - | The above example defines '' | ||
| - | |||
| - | * ADDON.myjira.REQ_ID: | ||
| - | * ADDON.myjira.STORY_ID: | ||
| - | * ADDON.myjira.REQ_STATUS: | ||
| - | * ADDON.myjira.STY_STATUS: | ||
| - | * ADDON.myjira.REQ_PRIORITY: | ||
| - | * ADDON.myjira.MODEL_NAME: | ||
| - | * ADDON.myjira.MODEL_VERSION: | ||
| - | * ADDON.myjira.SOURCE=JAMA|POLARION|JIRA, | ||
| - | * ADDON.myjira.TAGTYPE=r|s|e|r, | ||
| - | |||
| - | These fields can be elected to be overriden in the config.properties, | ||
| - | |||
| - | JIRA AddOn requires field mappings. You may customize the field mappings as described below. If not specified, default values will be used: | ||
| - | |||
| - | For the Defect Issues, we create two custom fields: | ||
| - | * Test Version: which holds the model version from the TestOptimal model | ||
| - | * Test Identifier: which holds the model name from TestOptimal. | ||
| - | |||
| - | Within the custom field control panel within JIRA, you define which issue types are relevant for each custom field. | ||
| - | |||
| - | For bugs / defects, there are two mandatory custom fields that default to the following values: | ||
| - | * Model name (that raised the defect): Test Identifier | ||
| - | * Model version: Test Version | ||
| - | |||
| - | |||
| - | === Use JIRA AddOn in Model === | ||
| - | Each model that needs to access JIRA for requirement or defects must also be configured: | ||
| - | * Enable[[ALMPlugin]] in the model using [[modelnode | model property]]. | ||
| - | * Select ' | ||
| - | |||
| - | Additional configuration is needed to complete the JIRA AddOn for the model. You need to tell JIRA which project to access and some further customization like how you would like requirements to be linked, etc. | ||
| - | * PROJECT=< | ||