Hi,
when I change the project from a jiraissue, the pkey (project.pkey + jiraissue.issuenum) change. How can I find the old pkey, how is the relation between the old and the new pkey? When I put the old pkey in the searching-field, jira find it and shows me the new, so there have to be a relation in the database..
Thanks for help,
Uta
There's a table called moved_issue
The fact you're asking though worries me, as you should never be trying to use a Jira database directly, even for just reporting. It will hurt you.
Thank you very much..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Uta,
As you said, the relation is stored in the DB, being more concrete, in the table project_key, there you can find all the current and previous project keys associated to the project ids.
If you need to make this information accessible thru a Jira custom field you have to use 3rd party addons able to create new custom fields and populate them with DB query results like nFeed (pay) or PowerCustomFields (free)... and sure you can find some more.
Additionally, please, take a look to this documentation in order to understand better what a pkey change involves.
Best regards,
Marcos.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
mmm... I see you moved the issue not changed the pkey... I read what I wanted to read!.
Nic's answer have sense :)
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.