Question on JIRADB using postgresql

jananeev September 25, 2013

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.

2 answers

1 accepted

3 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2013

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).

jananeev September 25, 2013

yes IM USING JIRA6.1, BUT THROUGH MYSQL ITS CONNECTING.THEN WHICH VERSION OF JIRA HAS THAT COLUMN?

jananeev September 25, 2013

yes IM USING JIRA6.1, BUT THROUGH MYSQL ITS CONNECTING.THEN WHICH VERSION OF JIRA HAS THAT COLUMN?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 25, 2013

Ouch, shouty.

Version 6 and below still have that column. You should read Jamie's link to see what is changing here.

jananeev September 25, 2013

Thank you..Sorry im new to jira.am not aware of this

jananeev November 4, 2013

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?

jananeev November 4, 2013

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?

0 votes
MichałS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2013

It is a good practice to use the search option first...

https://answers.atlassian.com/questions/215873/where-is-pkey-store

Suggest an answer

Log in or Sign up to answer