How can I make the Description field required? It is a JIRA field for a form and I need to make sure that users of my form complete it every time.
Making the Description field required is a common need for ensuring complete issue details. Here are your options:
Option 1: Use a Field Configuration (Best Practice) like @Joe Pitt suggests
Result: The Description field will be mandatory on all screens where it appears.
Option 2: Use a Workflow Validator
If you only want Description to be required at a specific point (e.g., before moving to “In Progress”):
Result: Users can create the issue without Description, but they can’t transition until it’s filled.
Option 3: For Jira Service Management Forms
If you’re using JSM request forms, you can:
Helpful Atlassian Docs:
How to make fields required in Jira Cloud:
Adding a field to the Issue Creation widget and making it mandatory
Configure field behavior with field configurations:
Manage issue field configurations in Jira Cloud
Create or edit a field configuration:
Add, edit, and delete a field configuration
Use Field Configurations for global enforcement, or Workflow Validators for conditional enforcement. For JSM forms, configure it in the Request Type.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.