{
  "name": "Kepler - Merging Documents Cloud TEST",
  "key": "MergingDocumentsCloudTest",
  "baseUrl": "https://merging-documents-cloud-test.kepler-technologies.com",
  "description": "This plugin will allow you to merge multiple files (PDF, EXCEL, WORD) into one document and display it in the Jira issue view.",
  "apiVersion": 1,
  "enableLicensing": true,
  "vendor": {
    "name": "Kepler Technologies Algeria",
    "url": "https://www.kepler-technologies.com/"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "scopes": [
    "READ",
    "WRITE",
    "ADMIN",
    "ACT_AS_USER"
  ],
  "modules": {
    "generalPages": [
      {
        "key": "Merging-documents-config-page",
        "location": "system.top.navigation.bar",
        "name": {
          "value": "Kepler Merging Documents Cloud Config",
          "i18n": "generalPages.attachment-fields-config-page.name"
        },
        "conditions": [
          {
            "condition": "user_is_admin"
          }
        ],
        "url": "/kepler-merging-documents-config"
      }
    ],
    "jiraIssueContexts": [
      {
        "icon": {
          "width": 16,
          "height": 16,
          "url": "https://marketplace.atlassian.com/files/9335a8ab-f14d-4829-881e-6deb3cdb142d?fileType=image&mode=full-fit"
        },
        "conditions": [
          {
            "or": [
              {
                "condition": "user_is_admin"
              },
              {
                "condition": "has_global_permission",
                "params": {
                  "permission": "MergingDocumentsCloudTest__KeplerMergingDocumentGlobalPermission"
                }
              },
              {
                "condition": "has_project_permission",
                "params": {
                  "permission": "MergingDocumentsCloudTest__KeplerMergingDocumentProjectPermission"
                }
              }
            ]
          }
        ],
        "content": {
          "type": "label",
          "label": {
            "value": "Order, select, or unselect your desired files to generate the merged PDF Document."
          }
        },
        "target": {
          "type": "web_panel",
          "url": "/view"
        },
        "name": {
          "value": "Kepler - Merging Documents Panel"
        },
        "key": "merging-documents-cloud-panel"
      }
    ],
    "jiraGlobalPermissions": [
      {
        "key": "KeplerMergingDocumentGlobalPermission",
        "name": {
          "value": "Kepler Merging Documents as Global Permission"
        },
        "description": {
          "value": "Main permission to use the Kepler Merging Documents plugin features as Global Permission."
        }
      }
    ],
    "jiraProjectPermissions": [
      {
        "key": "KeplerMergingDocumentProjectPermission",
        "name": {
          "value": "Kepler Merging Documents as Project Permission"
        },
        "description": {
          "value": "Main permission to use the Kepler Merging Documents plugin features as Project Permission."
        }
      }
    ]
  }
}
