You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a project with two issue types. I want to prevent users from creating issues on one of the two types as it is replaced with newer type. However I still want users to be able to work/resolve pre-existing issues of this issue type being sunset.
What is the best way to accomplish this? I don't see a way to associate more than one permission scheme per project.
Hi Pete,
You would probably have to create some type of Validator on the Create transition to not allow the certain issue type. There is no way to "disable" an issue type. If you remove it from the issue type scheme, it will make you change all of the existing issues to a new type.
Thanks again @John Funk , the validator on Create should do the trick!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
as long as you have only one project this can be done with a plugin. I applied the same with a simple validator using ScriptRunner for Jira, on Create Issue Transition.
i hope this would help
Adel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Mohamed Adel , good answer with code sample. I give it to John as came in first
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.