Missing Data After JIRA 6.1 upgrade

Constant Percosky November 25, 2013

I am using a ODBC driver MySWL 5.2a to view JIRA database tables on the backend for custom reporting but after we upgraded to v6.1 the pkey field is coming back empty. I did see there were issues related to potential duplicate pkeys but nothing about data not being pulled back via ODBC. Do I need to upgrade my driver or some other action?

1 answer

1 accepted

1 vote
Answer accepted
Pedro Cora
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 25, 2013

This is actually intended behaviour as you can see in the Dev notes for preparing for JIRA 6.1 https://developer.atlassian.com/display/JIRADEV/Preparing+for+JIRA+6.1

In this version, it was introduced a feature that allows you to rename the Project Key, and for that, some database modifications were done.

Basically, the PKEY is now NULL and JIRA will use the issuenum + project id to form the issue key.

Suggest an answer

Log in or Sign up to answer