Forums

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

Description field permissions in JIRA

Giles April 24, 2025

Hello, I just wanted to ask if it is possible to configure the project 'Description' field in JIRA so that it can be permissioned to allow a minimum of 150 characters to be entered. I basically want to avoid teammates adding in very short descriptions for their work etc. Thanks

3 answers

1 vote
Nacho Moreno Ortega
Contributor
April 28, 2025

Hello Giles,

I am Nacho and i am part of Decadis team.

This requirement can be easily achieve with a validator from our app Jira Workflow Toolbox.

For this case, a logical validator can be created as follow:

Validator length.png

length(%{issue.description}) >= 150

In this way, it will be mandatory to enter at least 150 characters in the description.

This can also be easily done in JWT Cloud if it is what you need.

If you need further assistance in this regard, I encourage you to create a ticket on our Support portal.

Best regards,

Nacho

Giles April 30, 2025

Thanks a lot, Nacho. I will go through the suggestion

Much appreciated

Like Nacho Moreno Ortega likes this
0 votes
cyrine belhadj
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.
April 25, 2025

Hello , 

Jira native doesn't support this feature , but as alternative you can user jira automation rule 
set trigger : issue created and use compare condition where you can set 150 value then add action to notify user that too short description 

0 votes
Sanam Malleswari
Community Champion
April 24, 2025

Hi @Giles

Jira doesn’t natively support a minimum character limit for the "Description" field, but you can enforce it using the following methods: 
1) By using custom script validator(JMWE app) in the workflow transition.
2)By using script runner custom script

Giles April 30, 2025

Thanks a lot, Sanam. I will go through it.

Suggest an answer

Log in or Sign up to answer