field validation

AbrahamA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 21, 2012

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

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 21, 2012

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)

Suggest an answer

Log in or Sign up to answer