{
  "key": "com.deiser.jira.exporter",
  "baseUrl": "https://exporter-cloud.deiser.com",
  "name": "Exporter Cloud",
  "description": "Export Jira Issues to Excel (XLSX), CSV formats with extra content as comments, and transition.",
  "vendor": {
    "name": "DEISER",
    "url": "https://www.deiser.com"
  },
  "enableLicensing": true,
  "links": {
    "self": "https://exporter-cloud.deiser.com/atlassian-connect.json",
    "homepage": "https://exporter-cloud.deiser.com/atlassian-connect.json"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/views/installed",
    "uninstalled": "/views/uninstalled",
    "enabled": "/views/enabled",
    "disabled": "/views/disabled"
  },
  "scopes": [
    "READ",
    "ADMIN",
    "ACT_AS_USER",
    "ACCESS_EMAIL_ADDRESSES"
  ],
  "translations": {
    "paths": {
      "es-ES": "/i18n/es_ES.json",
      "en-US": "/i18n/en_US.json"
    }
  },
  "modules": {
    "webSections": [
      {
        "key": "exporter-menu-section",
        "location": "admin_plugins_menu",
        "name": {
          "value": "EXPORTER"
        }
      }
    ],
    "webItems": [
      {
        "key": "exporter-config-menu-item",
        "location": "admin_plugins_menu/exporter-menu-section",
        "name": {
          "value": "Mail server configuration",
          "i18n": "exporter.config.smtp.link"
        },
        "url": "/exporter-config-page",
        "context": "page"
      },
      {
        "key": "exporter-config-analytics-menu-item",
        "location": "admin_plugins_menu/exporter-menu-section",
        "name": {
          "value": "Exporter analytics",
          "i18n": "exporter.analytics"
        },
        "url": "/exporter-config-analytics-page",
        "context": "page"
      },
      {
        "key": "exporter-scheduled-top-menu-item",
        "location": "system.top.navigation.bar",
        "weight": 50,
        "name": {
          "value": "Scheduled exports",
          "i18n": "exporter.scheduled.exports"
        },
        "tooltip": {
          "value": "Exporter Scheduled exports",
          "i18n": "exporter.scheduled.exports.tooltip"
        },
        "icon": {
          "width": 16,
          "height": 16,
          "url": "img/logo.png"
        },
        "url": "/exporter-scheduled",
        "context": "page"
      }
    ],
    "dialogs": [],
    "adminPages": [
      {
        "url": "/exporter-config",
        "name": {
          "value": "Mail server configuration"
        },
        "key": "exporter-config-page"
      },
      {
        "url": "/exporter-analytics-config",
        "name": {
          "value": "Exporter analytics"
        },
        "key": "exporter-config-analytics-page"
      }
    ],
    "generalPages": [
      {
        "url": "/exporter-dashboard?referrer={ac.referrer}",
        "location": "none",
        "key": "exporter-dashboard",
        "name": {
          "value": "Exporter Dashboard"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      },
      {
        "url": "/exporter-scheduled",
        "location": "none",
        "key": "exporter-scheduled",
        "name": {
          "value": "Exporter Scheduled exports"
        },
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      },
      {
        "url": "/exporter-scheduled-download",
        "location": "none",
        "key": "exporter-scheduled-download",
        "name": {
          "value": "Exporter download Scheduled "
        },
        "conditions": [
          {
            "condition": "user_is_logged_in"
          }
        ]
      }
    ]
  },
  "apiMigrations": {
    "gdpr": true,
    "context-qsh": true,
    "signed-install": true
  }
}
