The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Field Validation

Outerheaven
February 21, 2013

Hello there i ve got once again a question:

Is it posible to validat a field so that the user is forced to name a story/ task a special way?

For example: A card should only named after BR-XXX and not BrXXX or BR_XXX. So the only way should be the first one.

Any ideas?

THX

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Avdhesh Chauhan
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 Champions.
February 24, 2013

I belive you cannot mandate that way, You can just get the user to update the vlaues XXXX and then append with your standard format using simple groovy

Else you can write groovy to validate if the format given is correct

Outerheaven
February 26, 2013

So if i got it right i have to use a plugin to validate fields?