Uploaded image for project: 'Jira Service Management Cloud'
  1. Jira Service Management Cloud
  2. JSDCLOUD-16785

Connect module serviceDeskPortalRequestViewAction is redirecting to the page instead of the Dialog

XMLWordPrintable

      Issue Summary

      Connect module serviceDeskPortalRequestViewAction is redirecting to the page instead of the Dialog.

      Steps to Reproduce

      Create a connect app and add below module.


       "serviceDeskPortalRequestViewActions": [
                  {
                      "key": "sd-portal-request-view-action",
                      "name": {
                          "value": "My request view action"
                      },
                      "url": "/hello-world",
                      "icon": {
                          "url": "/img/testicon.png"
                      },
                      "target": {
                          "type": "DIALOG",
                          "options": {
                              "size": "medium"
                          }
                      }
                  }
              ]
      

      Expected Results

      When we click on My request view action then dialog to show up.

      Actual Results

      When we click on My request view action then we are getting redirected to the page.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

              5c30c429b2fc Sandeep Sharma
              2a7f4ad44e0d Ramchandra Kudtarkar
              Votes:
              8 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: