...
The image below shows the HAP Entity Relationship Diagram.
The descriptions of the fields for each of the Herzum Quick Linker tables are detailed below.
...
Table: AO_3F6548_FIELDS_MAPPINGThe Table holds Mapping configuration data for issues field sync | |
---|---|
Column | Description |
DESTINATION_FIELD_ID varchar(255) | Admissible values for this field are:
|
DESTINATION_FIELD_NAME varchar(255) | The Destination field description. |
ID int(11) AI PK | The Unique Field Mapping Identifier (Primary Key). |
MAPPING_ID int(11) | The Mapping Identifier. |
SOURCE_FIELD_ID varchar(255) | Admissible values for this field are:
|
SOURCE_FIELD_NAME varchar(255) | The Source field description. |
SYNC_DIRECTION varchar(255) | Admissible values for this field are:
|
SYNC_ENABLED tinyint(1) | When a new mapping is defined two field mappings for comments and attachments are automatically created having SYNC_ENABLED=0. Admissible values for this field are:
|
SYNCH_ON_CREATE tinyint(1) | Admissible values for this field are:
|
NULL_ON_MISALIGNMENT tinyint(1) | Admissible values for this field are:
|
MAPPING_PATTERN_ID int(11) | The Mapping Pattern Identifier. |
Table: AO_3F6548_ISSUES_LINKThe Table holds Issue Link data | |
---|---|
Column | Description |
DESTINATION_ISSUE_ID bigint(20) | The Identifier of the destination Issue. |
ID int(11) AI PK | The Unique Issue Link Identifier (Primary Key). |
JIRA_LINK_TYPE varchar(255) | The Identifier of the JIRA Link Type. |
LINK_TYPE varchar(255) | Admissible values for this field are: INTERNAL when the target instance is the current instance REMOTE when the target instance is a remote instance. |
MAPPING_ID int(11) | The Mapping Identifier. |
SOURCE_ISSUE_ID bigint(20) | The Identifier of the source Issue. |
RANK_DIN_S int(11) | Maintain the issue ranking source side |
RANK_SIN_S int(11) | Maintain the issue ranking target side |
IS_JIRA_LINK tinyint(1) | Admissible values for this field are:
|
LINK_VERSUS_OUT_IN tinyint(1) | Admissible values for this field are:
|
...