Force reporter to use atleast one tag
We rely heavily on tags and subsystems for quickly handing out tasks.
The problem is reporters continue to forget to assign a subsystem and tag(s) to issues.
Is there a way we can prevent them from submitting the issue without selecting tags and subsystem?
The problem is reporters continue to forget to assign a subsystem and tag(s) to issues.
Is there a way we can prevent them from submitting the issue without selecting tags and subsystem?
Please sign in to leave a comment.
rule Mandatory tags
when <issue created or updated> {
tags.required("You must specify atleast one tag.");
}