I just did a bulk move from one project to another. Sadly the PBI numbering changed. I would like to generate a report that provides the old number and new number mapping. I can see the information in the history section of each PBI, but I would like to report on them all at once.
Thanks!
Hi @Matt Mason
No straight forward way to get this in one report.
You may want to take a look at this page: https://community.atlassian.com/t5/Jira-questions/How-can-i-export-issue-history-from-JIRA/qaq-p/287766
If you have access to database or willing to write a script or ok to install some apps then it is certainly possible.
Ravi
I'm on the cloud, so I the plugins don't appear to work there.
I am willing to write a script though if there is a way to execute that I'd like to know how.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh ok.
Try Advanced Export it can export the history. It will generate a csv file with multiple entries of the same issue. Try if it solves your problem.
Or better just try explore the REST api, it has some capabilities to show history like this.
rest/api/2/issue/SSP-22?expand=changelog
It will return in the JSON histories with multiple entries like.
{"field": "status","fieldtype": "jira","from": "10007","fromString": "To Do","to": "10003","toString": "Done"}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matt Mason ,
If you don't mind me asking, why do you need to report a list on all issues that have been moved?
Users with the issue key of the old issue should automatically be redirected to the new issue key.
(PBI = Product Backlog Item)
-Danny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi -
The reason is that we have communicated outside of confluence and Jira the PBI's and used the numbers in our communications. Since I moved everything over, I was surprised that the numbers changed, and I need to be able to communicate or cross reference those until everyone gets on the new numbering system.
Thanks,
Matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.