Hi...
I know that it could be a crazy question, but....
Is possible to change in Jira, the PKEY of the issue that i have in JIRA, with the ISSUE ID of the issue??
I wanto to see in the page of the issues and in the search page, the number of the issue and not the pkey; because I have a lot of isseus that I have to shift from one project to another, not only one time, but a lot of time... so it could be very difficult manage the change pkey that I have every time that I move from one project to another...
regards,
Marco
hi Marco,
we have had the same issue where we shift a lot of issues between projects and as such loose the issue key that is shown in JIRA.
What we have done, and what is your best bet, is to develop a custom script that axtracts the issueID fromt he issue with script-runner and assign the result to a custom field and use this as your reference.
Look at the issue as normal. The only thing that has changed is the key of it, and Jacques has explained a very good way to show the old, pre-move key. The rest of the issue is untouched by a move.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use ScriptRunner, create a Scripted Field as suggested by Jacques. The script is very easy
issue.id
Select both number templates if asked.
The scripted custom field could be displayed in the issue navigator and on the view issue screen. Not on the same position as the key, but on the same screen.
Henning
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.