-
Bug
-
Resolution: Timed out
-
Low
-
7
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Summary
If a user shares a filter or dashboard with a group, it must be a part of that group. However, if after sharing with the group, the user is removed from the group, or if the group is deleted in User Management, this user can no longer edit the filter.
Steps to Reproduce
- Create a user and a group and add the user to the group
- Log in as this user
- Create any filter or dashboard as this user
- Share the filter/dashboard with the created group
- Remove user from the group or delete the group in User Management
- Find the filter in ‘My Filters’ or the dashboard in 'Manage Dashboards' and click it
- Edit its JQL and carry out the search again
- Click ‘Save’
- Or try to edit the Dashboard and click on 'Update'
Expected Results
The user is still able to edit the filter/dashboard.
Actual Results
The filter is actually not saved with this error:
The filter My Filter could not be saved.
This appears in the browser’s JavaScript Console:
batch.js?agile_global_admin_condition=true&atlassian.aui.raphael.disabled=true&is-system-admin=true…:3875 PUT https://instance.atlassian.net/rest/api/2/filter/10100?expand=subscriptions[-5:] 400 ()
The user won't be able to edit the Dashboard and also, the Add Gadgets and Edit Layout buttons won't display for the user.
Notes
There’s a similar problem here:
https://jira.atlassian.com/browse/JRA-59185
Workaround
Workaround 1
Delete the share with that group:
- Find the filter in ‘My Filters’
- Click ‘cog icon’ >> ‘Edit’
- You’ll see this error:
You do not have permission to share with Group: ‘mygroup’.
- You’ll see this error:
- Remove the group by clicking the ‘trash can icon’ next to it
- Click ‘Save’
Workaround 2
Add the user back to the group. (this may cause changes in permission for this user, make sure to check this first).
Workaround 3 - Applicable only for Dashboards
Delete the groups that were previously deleted from the 'User Management' from the Edit and share dashboard page.
- is related to
-
JRACLOUD-76043 Removing a dashboard owner/viewer from a group the dashboard/filter has been shared results in the owner being unable to edit the dashboard/filter
- Closed
-
JRASERVER-61158 Cannot save filter or dashboard if user is not part of group shared in filter/dashboard
- Closed