hello All,
We have multiple projects, who have linked a form link to confluence page for creating issue in Jira software projects.
Recently many of projects are facing issue where users are not able to submit form. As a site admin i am able to submit form but not a normal users. Getting below error message
Error message "We couldn’t create your issue. You do not have permission to modify reporter in this project."
Does anyone else faced same issue?
Hi @Arti Patil
It looks like the issue is related to the Modify Reporter permission in the project's permission scheme. As a site admin, you have access, but normal users do not.
To resolve this:
Go to Project settings > Permissions in Jira.
Ensure the appropriate user roles (like Users) have permission to Modify Reporter.
Test the form again after making the changes.
Let me know if this works!
Hi @Arti Patil !
Yes — that "You do not have permission to modify reporter" error usually comes from the form trying to set the Reporter field, which by default requires special permissions in the Jira project. Most standard users (even those who can create issues) don’t have rights to set or change the Reporter, which causes that failure on submission.
If you're open to using an alternative like Smart Forms for Jira, there’s a cleaner workaround that avoids this issue entirely:
✅ You can add a dropdown field pre-filled with the list of users (like Reporters or Assignees) from the selected project.
✅ That dropdown can then be mapped to the Reporter or Assignee Jira field — all without needing to grant “modify reporter” permissions to every user.
Here’s how it works:
The form shows a dropdown with users (pulled dynamically from Jira)
The user selects from the list
The form submits using a default reporter behind the scenes
The selected name gets mapped into the actual Reporter field of the created issue
This lets users “choose” the reporter while you avoid exposing permission-sensitive fields — a much cleaner and safer approach, especially at scale.
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.