Documentation for JIRA 5.0. Documentation for other versions of JIRA is available too.
The table below summarises the changes to the database schema. Please note, that if you have developed any custom utilities which query or modify the JIRA database directly (i.e. without using the JIRA API), please check whether the utilities need to be updated.
The database table trustedapp
has been added to schema support Trusted Applications:
It has the following columns:
列名 |
タイプ |
---|---|
ID |
numeric |
applicationId |
long-varchar |
name |
long-varchar |
publicKey |
very-long |
ipMatch |
very-long |
urlMatch |
very-long |
タイムアウト |
numeric |
created |
日時 |
createdBy |
long-varchar |
updated |
日時 |
updatedBy |
long-varchar |
The ID column is the primary key.
For a mapping of the above type to your particular database, please see the appropriate fieldtype-*.xml
file in JIRA's WEB-INF/classes/entitydefs/
directory.