Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,000
Community Members
 
Community Events
185
Community Groups

The best way to set a character limit on a custom field (no script required)

The best way i have found to set a character limit on a custom field is to add a regular expression check to the workflow transition.  This is much simpler than a groovy script.

 

Go to Project Setting > Workflows

Edit the workflow for the affected issue type

Switch to Diagram mode

On Create transition, click on the Validators

Choose Add Validator > Regular Expression Check

 

If you would like to restrict the field to a specific length:  enter [0-9]{n}$

 

(n) reflects your desired field length.

 

You just need to set this on the required workflow transition (ideally after the initial field input is required)

1 comment

Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 14, 2019

Thanks for sharing this post James.  However natively, Jira Server does not include this specific validator type at this time.  I suspect that you were using a plugin with Jira, such as the Suite Utilities for Jira to get this functionality.   There are lots of other alternatives in addition to that specific add-on that can be found in Marketplace that can replicate this same kind of function in Jira.   For other users that come across this discuss, you could use that plugin to achieve this or I'd also recommend searching for 'validator' in the marketplace to find all sorts of alternative options.

Thanks,

Andy

Comment

Log in or Sign up to comment