Hi Team,
How to associate each screen in project with separate filed configuration scheme. Eg. I have a project which has a screen "initiate" with field client name and client url. I have made client name and client url as type "required" in field configuration scheme. so what happens is..when I create a new issue its asking for complete mandatory fields client name and client url, which i dnt want. the type required should be applicable only for the screen initiate. if i add another screen to same project the previous field configuration should not be applicable.
Need a solution as soon as possible.
Thanks in advance.
Hello Sugyana
Is the screen "initiate" a transition screen in your workflow after create, or is it a custom screen associated with an issue type as the edit/view/create screen for that type? I recommend using a transition screen on workflow, and to use a validator on transition instead.
Jira Suite Utilities add-on has a lot of great workflow transition options. One includes fields required. This will make it so those two fields are required on transition only vs with the entire field configuration.
https://marketplace.atlassian.com/plugins/com.googlecode.jira-suite-utilities/server/overview
Hopefully this helps
Glad it helped. If you are satisfied with the answer, can you please mark as accepted. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sugyana.
Another workaround could be setting those fields as mandatory in the needed screen through a Script Runner behaviour. You can get more info about it here: https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html.
Consider that behaviours set javascript code behind Jira forms so its performance could depend on several factors such as client browser, other client codes. etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.