Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table: AO_3F6548_PARTNERSHIP

The Table holds Partnership configuration data

ColumnDescription
CONFIG_ID int(11) Not used. This field supports migration from older versions.
CONSISTENCY varchar(255) 

Admissible values for this field are:

  • 'Enabled' if Destination URL is reachable and login is successful
  • 'Disabled_Invalid_User' if login isn't successful.
CONSISTENCY_DESTINATION tinyint(1) 

Admissible values for this field are:

  • '1' if login on Destination URL is successful
  • '0' if login on Destination URL is not successful.
CONSISTENCY_SOURCE tinyint(1) 

Admissible values for this field are:

  • '1' if if login on Source URL is successful
  • '0' if if login on Source URL is not successful.
DESTINATION_PASSWORD varchar(255) The Password to login on the Destination URL.
DESTINATION_URL varchar(255) 

Destination URL.
DESTINATION_USERNAME varchar(255) 

The User account to login on the Destination URL.
ICON_ID int(11) 

The Icon Identifier.
ID int(11) AI PK 

The Unique Partnership Identifier (Primary Key).
NAME varchar(255) 

Partnership Name.
REMOTE_ID int(11) 

Partnership Identifier on the Remote JIRA instance.
SOURCE_PASSWORD varchar(255) 

The Password to login on the Source URL.
SOURCE_URL varchar(255) 

Source URL.
SOURCE_USERNAME varchar(255) The User account to login on the Source URL.
TYPE varchar(255)

Admissible values for this field are:

  • 'Local' if Source and Destination URL are the same 
  • 'Source' if Source URL is the Current JIRA instance and Destination URL isn't
  • 'Destinatin' if Destination URL is the Current JIRA instance and Source URL isn't.

SOURCE_SERVER_ID varchar(255) 

Server identifier Identifier of the source JIRA instance

DESTINATION_SERVER_ID varchar(255) Server identifier Identifier of the remote JIRA instance

...

Table: AO_3F6548_TOKEN_INFO

System Table maintaining temporary data for sync management

ColumnDescription
ID int(11) AI PK The Unique Token Identifier (Primary Key)
ISSUE bigint(20) The Issue Identifier of the issue receiving the token.
TOKEN varchar(255) The Token identifier. It is obtained concatenating the strings “SERVER_ID” and ”TOKEN_INFO.ID
UPDATED_FIELD_LIST varchar(255)List of synced fields associated to the token.
CREATION_TIME bigint(20)Creation time that token is stored, in milliseconds.

ATTACHMENT_SYNC_LIST longtext

List of synced attachments associated to the token.