Hi All,
I would like to export a report on the usage of custom fields for audit purposes.
Any suggestions would be helpful. Thanks in advance :)
Hi @Mohana Sundar J and welcome to the community!
I'll defer to the scriptrunner gurus on whether there's a way to do this elegantly via that mechanism, but natively, you could do this (could be quite painful though depending upon how many issues you have in the system):
Perform a wide open search (I would look at the last 6 months to a year as a starting point to see what's being used recently):
created >= -365d
Use the Export CSV All Fields option. Then in your Spreadsheet app of choice, create a pivot table broken down by custom field and project to get a count of how many issues are using each of the fields by project
Of course, the pain point is that you can only export 1k issues at a time so you may need to run through the export several times.
Hello Mark,
Thank you for your suggestion.
I already have a list of Custom fields for which I need the details.
So basically like:
Custom Field | Project | Key | Project Administrator | |
Client Name | Project 1 | P1 | User1, User2, User 3….. N | |
Project 2 | P2 | User1, User2, User 3….. N | ||
… | … | … | ||
Client Email | Project 3 | P3 | User1, User2, User 3….. N | |
Project 4 | P4 | User1, User2, User 3….. N | ||
Project 5 | P5 | User1, User2, User 3….. N | ||
… | … | … |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the number of fields you're trying to review are manageable, you could create a dashboard with two-dimensional filters for each custom field measured against project. This will give you totals and then you can click on each total to get a detailed list of issues.
Otherwise, your best bet is still to export the result set to csv and create the report outside of Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Mark Segall Unfortunately, this couldn't meet my requirement. We have thousands of projects, so it would be difficult to fetch it this way. I really appreciate your time and effort and support :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based upon that, your best options are:
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.