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
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:
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.