Hi, I'm trying to create a form in Jira. We have quite a number of mandatory fields which is fine, but 'Reporter' doesn't show up as an option to add to the form and I think this is preventing me from creating the form, as it is a mandatory field?
have you filled in your form? Although you are not able to add the field Reporter to the form, you should be automatically added as a reporter when you submit it.
Hi @Perry Forster - Welcome to the community. Can you please share some screenshots to get a better idea? If you want to add the reporter field it should be part of the "Linked Jira field" on the right hand side of the form field.
Also, I don't think the reporter field is directly available on jira forms. There is a field called "raise this request on behalf of" and is only visible to admins or agents. https://community.atlassian.com/forums/Jira-questions/Jira-Service-Desk-Customer-cannot-do-quot-Raise-this-request-on/qaq-p/1280651
Thanks,
Bharat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Perry Forster,
The 'Reporter' field is handled automatically by Jira and cannot be added to forms manually. If it's marked as required in your Field Configuration, it can block form creation.
✅ To fix this:
Go to **Jira Settings
→ Issues → Field Configurations**,
locate the field configuration used by your project, find the **'Reporter'** field, and set it to **Optional**.
This allows Jira to auto-fill the Reporter without blocking the form.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately I cannot change the Reporter to optional as it is a shared field and will change for all. Any way round it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Perry Forster @
Thanks for the update.
The 'Reporter' field cannot be manually added to a Jira Form because it's auto-handled by Jira and doesn't appear as a form field option.
Since you're unable to make it optional (as it's part of a shared field configuration), here's a clean workaround:
Use Jira Automation to Set Reporter Automatically
You can bypass the required Reporter field by letting Jira auto-set it during issue creation, using an automation rule.
Go to your project → Project settings
Navigate to Automation → Create Rule
Set:
Trigger: Issue Created
Action: Edit Issue → Set Reporter to:
Initiator (person who submitted the form), or
A specific user (e.g. project lead), depending on your use case
Publish the rule
This lets you keep 'Reporter' required in your shared config, while Jira fills it in automatically — allowing the form to submit without errors.
Let me know if you need any help setting up the rule!
Best,
Hari Krishna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello,
If you want to add the Reporter field to the ticket creation form, go to the create screen, click on ... (More) > Find field, then search for Reporter and follow the instructions to add it.
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.