Is there a way to configure a custom field to have different types, much in the way you can use context to use different options for a drop down?
Example:
Status - Free text field
Status - Drop Down list
Hi @Renee Olson
You can create multiple custom fields (of different types) under the same name. Jira permits that. Unlike field contexts, they exists separate.
But the problem is that while running a search (JQL, adding to screens/gadgets), you will get confused with the fields under the same name. In JQL, you have the solution to use custom field ID's instead of the name.
Having duplicate names for custom fields in Jira, even for different field types, is usually considered to be bad practice. It confuses everyone eventually
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Matt pointed out this is really bad practice and can end in a mess.
Don't do that although the tool allows you to do it.
Specially if you have customize your tool using ad-hoc plugins or groovy scripts that relies in the field name to be unique.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agreed. Trying to get around everyone wanting the same field but keeping them as uniform as possible. thanks for the tips.
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.