Hi,
Problem:
I have created a custom field (individual selection) and set the selectable field there as standard. Now every ticket is provided with this field when it is created.
I have issued that the Custom Field is supplied as standard, but now there are tickets that can no longer be filtered properly because they have still set this field.
Example:
<customfield id="customfield_12801" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
<customfieldname>MyCustomField</customfieldname>
<customfieldvalues>
<customfieldvalue key="11901">Test</customfieldvalue>
</customfieldvalues>
</customfield>
Is there a possibility (possibly in mysql?) To delete this one field from the existing ticket?
Hi,
If you want to take of the customfield from the issue you just need to delete it from screen
https://confluence.atlassian.com/adminjiraserver/defining-a-screen-938847288.html
Thanks, that was it :D
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.