Hello all,
I have a project. I have different issue types such as task, subtask, test request, bug etc. This project only has one workflow for all issue types.
I want to make some fields "required" on the "BUG" type issue creation screen.
I don't want to affect other issue types or workflow. I don't prefer adding a validator to the workflow because other issue types share the same workflow and I don't want to create another workflow.
Could anyone please explain how to do it step by step?
Can I have Different Required Fields for Different Issue Types?
Yes, as long as it is a different issue type. Required fields, at creation time are controlled by the field configuration scheme. That scheme is composed of one or more field configurations. Every issue type can have its own field configuration inside the field configuration scheme. If you have 5 issue types and 1 has special needs you create a field configuration for the 4 issue types and another for the 1 issue type. Then you combine them into a field configuration scheme and apply that to the project. When an issue is created, it looks for a field configuration for that issue type and uses it. If it doesn't find one it uses the default in the configuration scheme. Copy/paste this link for more information. https://confluence.atlassian.com/adminjiracloud/configuring-a-field-configuration-scheme-844500805.html
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.