Hi
I have a text field , I need to check if user entered specific string as a part of typing in the field. User should type "Self Check" as a part of entry.
Ex: Program Self Check, Self Check Program, My Self Check Program, ABC Self Check are valid
Please let me know if there is someway to acheive this functionality.
Thanks
Abe
Write a validator to scan the text entered and return "fail" if the string is missing.
Start at https://confluence.atlassian.com/display/JIRA/Configuring+Workflow
You could also try it in javascript (with the caveat that it's easy for people to bypass that)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.