When submitting a form, users are required to enter a Summary (issue title).
However, in our use case, the content is always the same, so we would like to avoid manual input each time.
We are not using Jira Service Management.
Hello @nagata shumpei
It is not possible to either make the Summary field optional or to set a default value for it in Forms used in Jira Software and Business projects.
I did not find a change request for either of those items in JAC.
You could open a support case with Atlassian to find out if they have change requests for either of those features. If you go that route, please report back here what you learn.
Hello @Trudy Claspill
Thank you for your response!
I understand that it seems difficult to achieve.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @nagata shumpei
Good day!
Summary is a mandatory field across Jira, and we don't have a way to make it optional. This applies to all the channels that can be used for creating work items: APIs, forms, or directly via the Jira UI.
We can't set a default value either. This is by design, and there's no workaround, to the best of my knowledge.
If you would like to keep the Summary consistent, you may use workflow post functions to update it upon work item creation. However, the users will have to enter a value when submitting the form.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karan Sachdev
Thank you for your response!
I understand that it seems difficult to achieve.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is something you can handle cleanly with Smart Forms for Jira(developed by our team).
In Smart Forms, users don’t need to interact with the Summary field directly at all.
Instead, you can control it entirely through form-to-issue mapping:
Create your form with the fields you actually need
In the form settings, map values to Jira fields
Set the Summary field automatically, either:
as a static value (e.g., "Standard Request")
or dynamically using form inputs (e.g., "Access request – {{Employee Name}}")
So from the user’s perspective:
→ they just submit the form
→ the issue is created with Summary already populated
If you want the Summary to always be the same and completely invisible to users, you can:
Add a field in your form (e.g., a text field for Summary)
Set a default value (e.g., "Standard Request")
Map this field to the Jira Summary field
Hide the field in the form
Result:
Users never see or edit the Summary
Every created issue gets the same predefined title
No need to make Summary optional (it stays required in Jira, but handled in the background)
No manual typing → consistent issue titles
You can standardize naming across all requests
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.