Just want to know how we can tell who created a custom field and if there is any way to know if any data is associated with that field.
Hi @Sandro Fontana ,
Seeing who created a field might be available thru the audit log. It depends on how long a go this was because I believe this is purged after a while.
https://yourinstance.atlassian.net/auditing/view
As for the data connected to it, it might be easiest to do a JQL where you do
"yourcustomfieldname" IS NOT EMPTY and see what it returns
You can check it under Jira audit log. Check below link for more details.
https://confluence.atlassian.com/adminjiraserver/auditing-in-jira-applications-938847740.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Cloud you can look here
https://support.atlassian.com/jira-software-cloud/docs/what-is-the-audit-log/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I presume it's for cloud as it's labelled cloud. Thanks @Dirk Ronsmans , @Sandro Fontana - Could you please check this and confirm?
Cheers
Suvradip
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.