Team,
We have employee ID custom field in our project. We want each employee to have one ticket in the project. We want to have a validator to check the employee ID from all previous tickets/issues and display an error - "A ticket already exists with same employee ID". Could you please guide to create a validator that satisfies this requirement. We have JMWE and JSU plugins that we can make use of to create validators.
Hi @Sadath Ali Syed ,
you can use a "Related Issues Validator" from JMWE:
However, this assumes the "employee ID" custom field is a Number custom field. If it's a text field, you'll need to adjust the JQL expression to something like:
"employee ID" ~ "${issue.get("employee ID")}"
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.