How add own pop up one the jira cloud page

mmitura_craftware_biz January 14, 2016

Hey, I looking for way how to my own page show in JIRA pop-up, without redirecting to my page from my server.

I'm interested in "jiraSearchRequestViews" module from "atlassian-connect.json".  Whether there is a possible?

  Thank you in advance

2 answers

0 votes
mmitura_craftware_biz January 17, 2016

Hey,

For now when I add below text to atlassian-connect.json:

 "modules": {

    "jiraSearchRequestViews": [

      {

        "url": "/attachments.html",

        "weight": 100,

        "description": {

            "value":"some value"

            },

        "key": "my-search-view",

        "name": {

          "value": "Attachments"

        }

      }

    ]

  }

I getting new "Atachments" link in

image2016-1-18 8:58:46.png

After click on "Atachments" I'm redirect on my own page from my plugin. But my target is to show content from /attachments.htm in pop-up from above page. But I can't find what to add to atlassian-connect.json to change this behavior.

Thank you in advance

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 16, 2016

I have zero idea of what you're looking for.

Suggest an answer

Log in or Sign up to answer