Is there any way to identify the "owner" of a custom field within JIRA? Specifically, how can I recognise which custom field belongs to a plugin (and know which plugin) and which custom field was created in-house by my predecessor as admin?
I tried searching for open issues relating to this but had no luck.
There are two indirect ways but this might require a bit of analysis or troubleshooting skill.
First is through the System Info - Plugins. Each plugin has a list of modules and some are custom fields provided by the plugin. For example, Date of First Response field appears in one of the modules for JIRA Charting Plugin.
Second will be through logs. If there is an error thrown when using the custom field, it will indirectly show the name of the plugin. You can refer to the following examples and check how it is being traced:
It's true that some custom field types are provided by plugins, which should be easy to identify. But some plugins will just create custom fields of standard types if not present, and there is no link back to the plugin. Eg gantt chart plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's a list I compiled some time ago. It only represents plugins we use at my company, but hey, it's a start. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answers. The "Date of First Response" field from the JIRA Charting Plugin is a good illustration of the problem that I was trying to explain. There is nothing in the UI that gives any hint that the fieldis associated with a plugin. The thing is, the description field would be inappropriate for this use.. what is needed is info that is displayed to Admin but not displayed to users.
I guess I should log a feature request? As I already said, I tried searching but if there is something already logged I used the wrong search terms.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't. What's the field name?
The gantt chart plugin adds a bunch of global custom fields.
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.