-
Bug
-
Resolution: Incorrectly Filed
-
Low
-
None
-
Severity 3 - Minor
-
-
Jira Software
Issue Summary
- User is not able to create issues in a project. There is no error seen, the create issue screen just hangs
Steps to Reproduce
- Assign Project Lead
- Update "Default Assignee" to project lead
- Disable managed user account that is the default assignee
- OR - Remove "Assignable Issues" Permission
- Attempt to create an issue in the project
Expected Results
- The UI should show the users an error to help them determine the issue.
"There was problem in creating this issue with the default assignee. Please review your Project Details and verify this user is active and has Assignable Issues permission"
Actual Results
- The create issue screen hangs and does not close. There is no indication of an error or issue. The problem needed to be replicated and captured in a HAR.
The below error is thrown in the HAR file:
{ "errorMessages": [], "errors": { "assignee": "The default assignee does NOT have ASSIGNABLE permission OR Unassigned issues are turned off." } }
Workaround
- Capture a HAR and review to see if you can find a permissions issue like below:
- Update the Default Assignee to "Unassigned" OR provide default assignee with Assign Issues permission and verify they are active within your Atlassian Organization
- duplicates
-
JRACLOUD-87505 Improve error handling for default assignee failures.
- Gathering Interest