Improve Share Accessibility by Indicating Inaccessible Shares
Description
When shares are accessed via user API calls and the users linked to these shares are no longer available, the shares become inaccessible to external users. Implement a system to indicate to internal users when a share might not be accessible to external users due to this reason.
Add regular checking for inactive or removed users who last modified share, tag share tag in that case.
Additional steps
- Add a tag to share to indicate when a share will not be accessible because the associated user is no longer available.
- Implement a regular checking system that performs scheduled checks to update these tags on the shares - inactive or removed users who last modified share.
- Improve the share listings filter view by adding:
- Highlight inaccessible shares (Regardless of error type)
- An option for internal users to hide inaccessible shares.
- A view filter to see only inaccessible shares.
- For external users attempting to access an inaccessible share:
- Add an error response for external users upon attempted access to such a share with the following message:
“The share link you're trying to access is currently unavailable due to changes in internal permissions.
Please reach out to the individual who shared this link with you.
Why is this happening?“. - Do not fetch any content data from Jira when such shares are called.
- Add an error response for external users upon attempted access to such a share with the following message:
Linked issues
relates to
ESFJ-567
Error arises when accessing issues updated by deleted users
Released
SUP-242
Getting error message when navigating to an issue
Closed
Activity
Show: