I have an issue type scheme with an issue type that I don't want the teams use anymore. I tried to remove it from the scheme but Jira asked me to move them to a different issue type before removing, I wouldn't like to move them I just want to prevent people from using this issue type but maintain the already created. What can I do? Thanks in advance!
It's not possible., as an issue must pertain to a type that exists within the project.
Check a similar post here: Changing issue type schema without migrating old issues
Possible workarounds:
Hope this helps
Best regards
Sam
Thanks @Samuel Gatica _ServiceRocket_
I created a validator in the transition "Create" to no allow the creation of tickets with the issuetype I wanted to remove.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately there is no way to "deactivate" the issue type, you'll have to move them to a new issue type.
You could create an automation rule like the below if you absolutely have to keep that issue type present:
The alternative would be that instead of deleting/sending an email, you could have it clone the issue to the correct type and delete the original.
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.