qa-capture.zephyr4jiracloud.com Open in urlscan Pro
54.70.51.136  Public Scan

URL: https://qa-capture.zephyr4jiracloud.com/capture/atlassian-connect.json
Submission: On April 05 via manual from IN — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

{
  "key": "com.atlassian.bonfire.plugin",
  "apiVersion": 3,
  "baseUrl": "https://qa-capture.zephyr4jiracloud.com/capture",
  "name": "Capture For Jira",
  "description": "Welcome to Capture for Jira, Visual Feedback and Exploratory Testing Tool for Jira On Demand!",
  "authentication": {
    "type": "jwt"
  },
  "vendor": {
    "name": "Zephyr",
    "url": "http://www.getzephyr.com"
  },
  "links": {
    "documentation": "https://zephyrdocs.atlassian.net/wiki/display/ALLDOCS/Zephyr+Documentation",
    "support": "https://support.smartbear.com/message/?prod=capture_for_jira",
    "self": "https:///atlassian-connect.json"
  },
  "enableLicensing": true,
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "modules": {
    "generalPages": [
      {
        "url": "/getting-started",
        "name": {
          "value": "Getting Started",
          "i18n": "zephyr.capture.top.menu.getting.started.label"
        },
        "key": "getting-started-page",
        "weight": 2,
        "location": "bonfire-top-menu-dropdown/bonfire-top-main-menu-contents"
      },
      {
        "url": "/get-browser-extension",
        "name": {
          "value": "Get Browser Extension",
          "i18n": "zephyr.capture.top.menu.get.extension.label"
        },
        "key": "get-browser-extension-page",
        "weight": 3,
        "location": "bonfire-top-menu-dropdown/bonfire-top-main-menu-contents",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      },
      {
        "url": "/browseTestSessions?projectId={project.id}&projectKey={project.key}",
        "name": {
          "value": "Browse Test sessions",
          "i18n": "zephyr.capture.top.menu.testsessions.title"
        },
        "key": "browse-test-session-url",
        "weight": 1,
        "location": "bonfire-top-menu-dropdown/bonfire-top-main-menu-session",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      },
      {
        "url": "/viewSession?projectId={project.id}&projectKey={project.key}",
        "name": {
          "value": "View Session"
        },
        "key": "view-session-url",
        "location": "none",
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      },
      {
        "url": "/wikiHelp?projectId={project.id}&projectKey={project.key}",
        "name": {
          "value": "Wiki Help"
        },
        "key": "wiki-help",
        "location": "none"
      }
    ],
    "adminPages": [
      {
        "url": "/adminGenConf?kcehCecroFRPDGpiks=true",
        "key": "captureconfig-general",
        "name": {
          "value": "Capture For JIRA"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in",
            "invert": false
          }
        ]
      }
    ],
    "webPanels": [
      {
        "key": "project-centric-test-sessions-web-panel",
        "url": "/projectTestSessions?projectId={project.id}&projectKey={project.key}",
        "location": "com.atlassian.bonfire.plugin__project-centric-view-test-sessions-page",
        "layout": {
          "width": "100%",
          "height": "100%"
        },
        "name": {
          "value": "Test sessions",
          "i18n": "zephyr.capture.project.tab.title"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in",
            "invert": false
          },
          {
            "condition": "feature_flag",
            "params": {
              "featureKey": "com.atlassian.jira.projects.ProjectCentricNavigation.Disabled"
            },
            "invert": true
          }
        ]
      },
      {
        "key": "bonfireGFWebPanel",
        "name": {
          "value": "Capture for JIRA"
        },
        "url": "/public/rest/testing?projectId={project.id}&projectKey={project.key}&issueId={issue.id}&issueKey={issue.key}&boardsPage=true",
        "location": "atl.gh.issue.details.tab",
        "weight": 10
      },
      {
        "key": "capture-test-sessions-sidebar-webpanel",
        "name": {
          "value": "Test sessions",
          "i18n": "zephyr.capture.project.tab.title"
        },
        "url": "/public/rest/testing?projectId={project.id}&projectKey={project.key}&issueId={issue.id}&issueKey={issue.key}&boardsPage=false",
        "location": "com.atlassian.bonfire.plugin:capture-test-sessions",
        "section": "jira.project.sidebar.navigation",
        "weight": 710,
        "params": {
          "iconClass": "aui-icon-large icon-sidebar-test-sessions"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in",
            "invert": false
          },
          {
            "or": [
              {
                "condition": "project_type",
                "params": {
                  "projectTypeKey": "software"
                }
              },
              {
                "and": [
                  {
                    "condition": "project_type",
                    "params": {
                      "projectTypeKey": "business"
                    }
                  },
                  {
                    "and": [
                      {
                        "condition": "entity_property_exists",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "businessProjectsEnabled"
                        }
                      },
                      {
                        "condition": "entity_property_equal_to",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "businessProjectsEnabled",
                          "value": "true"
                        }
                      }
                    ]
                  }
                ]
              },
              {
                "and": [
                  {
                    "condition": "project_type",
                    "params": {
                      "projectTypeKey": "service_desk"
                    }
                  },
                  {
                    "and": [
                      {
                        "condition": "entity_property_exists",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "serviceDeskProjectsEnabled"
                        }
                      },
                      {
                        "condition": "entity_property_equal_to",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "serviceDeskProjectsEnabled",
                          "value": "true"
                        }
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "jiraIssueContents": [
      {
        "icon": {
          "width": 0,
          "height": 0,
          "url": "https://qa-capture.zephyr4jiracloud.com/capture/images/icons/capture_icon_play_16.png"
        },
        "target": {
          "type": "web_panel",
          "url": "/public/rest/testing?projectId={project.id}&projectKey={project.key}&issueId={issue.id}&issueKey={issue.key}&boardsPage=false"
        },
        "tooltip": {
          "value": "Testing"
        },
        "contentPresentConditions": [
          {
            "condition": "user_is_logged_in",
            "invert": false
          },
          {
            "or": [
              {
                "condition": "entity_property_exists",
                "invert": false,
                "params": {
                  "entity": "issue",
                  "propertyKey": "raisedinsession"
                }
              },
              {
                "condition": "entity_property_exists",
                "invert": false,
                "params": {
                  "entity": "issue",
                  "propertyKey": "testsessions"
                }
              },
              {
                "condition": "entity_property_exists",
                "invert": false,
                "params": {
                  "entity": "issue",
                  "propertyKey": "capturebrowser"
                }
              },
              {
                "condition": "entity_property_exists",
                "invert": false,
                "params": {
                  "entity": "issue",
                  "propertyKey": "captureuseragent"
                }
              }
            ]
          }
        ],
        "jiraNativeAppsEnabled": false,
        "name": {
          "value": "Testing"
        },
        "key": "bonfiremodule"
      }
    ],
    "webItems": [
      {
        "key": "capture-status",
        "url": "https://status.zephyr4jiracloud.com",
        "name": {
          "value": "Capture Status"
        },
        "weight": 10,
        "location": "bonfire-top-menu-dropdown/bonfire-top-main-menu-contents",
        "context": "page"
      },
      {
        "key": "capture-support",
        "url": "https://support.smartbear.com/message/?prod=capture_for_jira",
        "name": {
          "value": "Capture Support"
        },
        "weight": 20,
        "location": "bonfire-top-menu-dropdown/bonfire-top-main-menu-contents",
        "context": "page"
      },
      {
        "key": "zephyr-adg-flag",
        "url": "/adg-config",
        "context": "addon",
        "location": "bonfire-top-menu-dropdown/bonfire-top-main-menu-session",
        "weight": 6,
        "tooltip": {
          "value": "Switcher for ADG UI"
        },
        "name": {
          "value": "ADG UI"
        },
        "target": {
          "type": "dialog",
          "options": {
            "height": "340px",
            "width": "600px",
            "chrome": "false"
          }
        },
        "conditions": [
          {
            "condition": "user_is_logged_in",
            "invert": false
          }
        ]
      },
      {
        "url": "captureconfig-general",
        "key": "capture-config",
        "context": "page",
        "location": "capture-admin/capture-admin-config",
        "weight": 10,
        "tooltip": {
          "value": "Capture for JIRA Settings"
        },
        "name": {
          "value": "Capture for JIRA Settings"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in",
            "invert": false
          }
        ]
      },
      {
        "context": "page",
        "location": "system.top.navigation.bar",
        "weight": 40,
        "url": "/browseTestSessions?projectId={project.id}&projectKey={project.key}",
        "key": "bonfire-top-menu-dropdown",
        "params": {
          "webfragments.keywords": "Bonfire"
        },
        "name": {
          "value": "Capture"
        },
        "tooltip": {
          "value": "Capture"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      },
      {
        "location": "operations-operations",
        "context": "addon",
        "weight": 20,
        "url": "/createTestSessionDialog?projectId={project.id}&projectKey={project.key}&issueId={issue.id}&issueKey={issue.key}",
        "name": {
          "value": "Create Test Session"
        },
        "tooltip": {
          "value": "Create Test Session"
        },
        "key": "bonfire-issue-operation",
        "target": {
          "type": "dialog",
          "options": {
            "height": "440px",
            "width": "600px",
            "chrome": "false"
          }
        }
      },
      {
        "context": "product",
        "location": "jira.project.sidebar.plugins.navigation",
        "weight": 20,
        "url": "/projects/{project.key}?selectedItem=com.atlassian.bonfire.plugin__project-centric-view-test-sessions-page",
        "name": {
          "value": "Test sessions",
          "i18n": "zephyr.capture.project.tab.title"
        },
        "tooltip": {
          "value": "Test sessions",
          "i18n": "zephyr.capture.project.tab.title"
        },
        "key": "project-centric-view-test-sessions-page",
        "params": {
          "iconClass": "aui-icon-large icon-sidebar-test-sessions"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in",
            "invert": false
          },
          {
            "condition": "feature_flag",
            "params": {
              "featureKey": "com.atlassian.jira.projects.ProjectCentricNavigation.Disabled"
            },
            "invert": true
          },
          {
            "or": [
              {
                "condition": "project_type",
                "params": {
                  "projectTypeKey": "software"
                }
              },
              {
                "and": [
                  {
                    "condition": "project_type",
                    "params": {
                      "projectTypeKey": "business"
                    }
                  },
                  {
                    "and": [
                      {
                        "condition": "entity_property_exists",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "businessProjectsEnabled"
                        }
                      },
                      {
                        "condition": "entity_property_equal_to",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "businessProjectsEnabled",
                          "value": "true"
                        }
                      }
                    ]
                  }
                ]
              },
              {
                "and": [
                  {
                    "condition": "project_type",
                    "params": {
                      "projectTypeKey": "service_desk"
                    }
                  },
                  {
                    "and": [
                      {
                        "condition": "entity_property_exists",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "serviceDeskProjectsEnabled"
                        }
                      },
                      {
                        "condition": "entity_property_equal_to",
                        "params": {
                          "entity": "addon",
                          "propertyKey": "captureGenPageSettings",
                          "objectName": "serviceDeskProjectsEnabled",
                          "value": "true"
                        }
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "webSections": [
      {
        "location": "admin_plugins_menu",
        "key": "capture-admin",
        "name": {
          "value": "Capture for JIRA"
        }
      },
      {
        "location": "capture-admin",
        "key": "capture-admin-config",
        "name": {
          "value": "Capture for JIRA"
        }
      },
      {
        "name": {
          "value": ""
        },
        "location": "bonfire-top-menu-dropdown",
        "weight": 2,
        "key": "bonfire-top-main-menu-session"
      },
      {
        "name": {
          "value": ""
        },
        "location": "bonfire-top-menu-dropdown",
        "weight": 5,
        "key": "bonfire-top-main-menu-contents"
      }
    ],
    "webhooks": [
      {
        "event": "connect_addon_enabled",
        "url": "/rest/event/plugin/enabled?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "connect_addon_disabled",
        "url": "/rest/event/plugin/disabled?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "jira:issue_created",
        "url": "/rest/event/issue/created?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "jira:issue_updated",
        "url": "/rest/event/issue/updated?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "jira:issue_deleted",
        "url": "/rest/event/issue/deleted?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "project_created",
        "url": "/rest/event/project/created?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "project_updated",
        "url": "/rest/event/project/updated?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "project_deleted",
        "url": "/rest/event/project/deleted?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "user_created",
        "url": "/rest/event/user/created?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "user_updated",
        "url": "/rest/event/user/updated?kcehCecroFRPDGpiks=true"
      },
      {
        "event": "user_deleted",
        "url": "/rest/event/user/deleted?kcehCecroFRPDGpiks=true"
      }
    ],
    "jiraEntityProperties": [
      {
        "entityType": "issue",
        "name": {
          "value": "Capture Index Document"
        },
        "key": "jira-issue-capture-indexing",
        "keyConfigurations": [
          {
            "propertyKey": "captureuseragent",
            "extractions": [
              {
                "objectName": "content",
                "type": "text",
                "alias": "captureUserAgent"
              }
            ]
          },
          {
            "propertyKey": "capturebrowsername",
            "extractions": [
              {
                "objectName": "content",
                "type": "text",
                "alias": "captureBrowser"
              }
            ]
          },
          {
            "propertyKey": "captureoperatingsystem",
            "extractions": [
              {
                "objectName": "content",
                "type": "text",
                "alias": "captureOS"
              }
            ]
          },
          {
            "propertyKey": "capturejiraurl",
            "extractions": [
              {
                "objectName": "content",
                "type": "text",
                "alias": "captureJIRAURL"
              }
            ]
          },
          {
            "propertyKey": "capturescreenresolution",
            "extractions": [
              {
                "objectName": "content",
                "type": "text",
                "alias": "captureScreenResolution"
              }
            ]
          },
          {
            "propertyKey": "capturejqueryversion",
            "extractions": [
              {
                "objectName": "content",
                "type": "text",
                "alias": "captureJQueryVersion"
              }
            ]
          },
          {
            "propertyKey": "capturedocumentmode",
            "extractions": [
              {
                "objectName": "content",
                "type": "text",
                "alias": "captureDocumentMode"
              }
            ]
          },
          {
            "propertyKey": "raisedinsession",
            "extractions": [
              {
                "objectName": "content",
                "type": "STRING",
                "alias": "raisedInSession"
              }
            ]
          },
          {
            "propertyKey": "testingstatus",
            "extractions": [
              {
                "objectName": "content",
                "type": "STRING",
                "alias": "testingstatus"
              }
            ]
          },
          {
            "propertyKey": "testsessions",
            "extractions": [
              {
                "objectName": "content",
                "type": "STRING",
                "alias": "testsessions"
              }
            ]
          }
        ]
      }
    ],
    "jiraDashboardItems": [
      {
        "name": {
          "value": "Test sessions"
        },
        "url": "/public/html/gadget?dashboardView={dashboardItem.viewType}&dashboardId={dashboard.id}&dashboardItem={dashboardItem.id}&gadgetType=testSessions",
        "key": "test-sessions-gadget",
        "description": {
          "value": "View a list of test sessions"
        },
        "thumbnailUrl": "https://qa-capture.zephyr4jiracloud.com/capture/images/gadgets/capture-sessions-screenshot.jpg",
        "configurable": true
      }
    ]
  },
  "scopes": [
    "READ",
    "WRITE",
    "ADMIN",
    "ACT_AS_USER"
  ],
  "translations": {
    "paths": {
      "fr-FR": "/i18n/descriptor/fr_FR.json",
      "ru-RU": "/i18n/descriptor/ru_RU.json",
      "de-DE": "/i18n/descriptor/de_DE.json",
      "pt-PT": "/i18n/descriptor/pt_PT.json",
      "es-ES": "/i18n/descriptor/es_ES.json",
      "ja-JP": "/i18n/descriptor/ja_JP.json",
      "ko-KR": "/i18n/descriptor/ko_KR.json"
    }
  },
  "apiMigrations": {
    "context-qsh": true,
    "gdpr": true
  }
}