You can allow any user with BugDigger browser add-on to submit bug report to your JIRA, without need for user to sign-in or have a JIRA account. (We reference these as Guests or Anonymous users.)
JIRA project configuration requirements
Minimal JIRA configuration requirements that allow anyone to submit issues using BugDigger without login:
- The permission scheme must allow “Anyone” to:
- Create an issue, and
- Attach files.
- The “Reporter” field in the project fields configuration should be optional.
Example configuration schema
- Add a new issue type named, for example, “Guest User Feedback”.
- Create/edit issue type schema to include the above create issue type.
- If you created a new issue type schema, associate it with the project.
- Edit field configuration scheme and associate the “Guest User Feedback” issue type with a new Field Configuration.
- Edit the field configuration to show only fields you expect from non-technical bug reporters to fill in (e.g. summary and description) and those used by BugDigger (environment and attachment). You may also want to add custom fields for reporter to provide name and contact email.
BugDigger Guest handling options
For options that define BugDigger's behavior with Guest users see Project specific settings.
Labels