Uploaded image for project: 'Jira Work Management Cloud'
  1. Jira Work Management Cloud
  2. JWMCLOUD-819

Moving the Apps tab in the project view navigator in JWM will remove it from the options and you can't add it back.

    • 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

      1. Go to your JWM project (company or team)
      2. Do any of the actions below:
        1. Drag and drop the Apps section to any part along the bar
        2. Remove any other view

      Expected Results

      1. 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.

       

            [JWMCLOUD-819] Moving the Apps tab in the project view navigator in JWM will remove it from the options and you can't add it back.

            There are no comments yet on this issue.

              sguillope@atlassian.com Sylvain | Jira - Eng
              ba93886ee67a Luísa
              Affected customers:
              9 This affects my team
              Watchers:
              15 Start watching this issue

                Created:
                Updated:
                Resolved: