-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Navigation - Horizontal Tabs
-
None
-
6
-
Severity 3 - Minor
-
6
Issue Summary
Users are unable to remove a Repository shortcut after adding one in horizontal navigation.
Steps to Reproduce
- Navigate to a software space
- Add a repository shortcut via the horizontal navigation
- Navigate to your shortcuts
Expected Results
You should be able to edit/remove the repository shortcut after adding.
Actual Results
There is no option to edit/remove the repository shortcut.
Workaround
It is possible to delete the shortcut using the REST API:
curl --location --request DELETE 'https://your-site-here.atlassian.net/rest/projects/1.0/project/XXXXX/shortcut/15' \ --header 'Content-Type: application/json' \ --header 'Authorization: <>' \ --data '{ }'
- relates to
-
JRACLOUD-82947 Repository Shortcut Cannot be Removed
-
- Closed
-
- is resolved by
-
BLU-8560 Loading...