-
Bug
-
Resolution: Fixed
-
High
-
2
-
Minor
Issue Summary
Moving the Apps tab in the project view navigator in JWM will remove it from the options and you can't add it back.
Steps to Reproduce
- Go to your JWM project (company or team)
- Do any of the actions below:
- Drag and drop the Apps section to any part along the bar
- Remove any other view
Expected Results
- The Apps section will still be displayed as part of the navigation
Actual Results
The Apps section is removed from the view, throwing the error: "This tab has been removed - The tab you're trying to move can't be found"
And now you can't add the App tab anymore.
Workaround
- Remove other tab
- Open the devtools, hotkey: F12 (on Windows/Linux), and Option + ⌘ + J (on macOS)
- Go to the network tab and start recording the web request
- Click on add
on the board and then add the removed tab
- Check the network call should be a POST and the URL needs to end with "createSavedViewMutation". For example:
- Do a right click and copy the call as cURL
- Copy the command on any Text editor and at the end, for the data-raw parameter, change the name of the tab to "Apps" in the typeKey. For example:
Original: --data-raw '{"operationName":"createSavedViewMutation","variables":{"input":{"projectId":"...:project/10064","typeKey":"archived_issues"}}}' Updated: --data-raw '{"operationName":"createSavedViewMutation","variables":{"input":{"projectId":"...:project/10064","typeKey":"Apps"}}}'
- Copy the command pasted it on the Terminal (MacOS/Linux) or Command prompt (Windows). Don't edit any other values since the command will include the cookie from your web browser session to authenticate the request.
- relates to
-
HOT-113122 You do not have permission to view this issue