we are connecting JIRA to postgresql.
Issue:
In jiradb database,while querying jiraissue table,pkey column values(ie issue keys for each issues) are not displaying.
Query: select * from jiraissue;
we have cross checked the above table jiraissue results by connecting jira with mysql, its dispalying pkey column values (ie issue keys).
Could anyone please help on the above issue ,why pkey values are not inserting in jiraissue table when connecting through postgresql.
Are you using jira 6.1? The data from that column has been removed, see https://developer.atlassian.com/display/JIRADEV/Preparing+for+JIRA+6.1#PreparingforJIRA6.1-editprojectkeydb
(Nothing to do with postgres).
Ouch, shouty.
Version 6 and below still have that column. You should read Jamie's link to see what is changing here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to import JSON file for importing link information in JIRA 6.1.
In previous version ,JSON file had src and destination key as pkey(issue key).
If that column(pkey) is empty in JIRA 6.1 ,what will be values for src id and dest id in JSON file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to import JSON file for importing link information in JIRA 6.1.
In previous version ,JSON file had src and destination key as pkey(issue key).
If that column(pkey) is empty in JIRA 6.1 ,what will be values for src id and dest id in JSON file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is a good practice to use the search option first...
https://answers.atlassian.com/questions/215873/where-is-pkey-store
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.