{
  "key": "de.communardo.jira.plugins.userprofile",
  "baseUrl": "https://user-profiles-for-jira-production.products.communardo.com",
  "internalVersion": "2.0.19",
  "enableLicensing": true,
  "name": "User Profiles for Jira",
  "description": "Sync Data with Microsoft Entra ID (Azure AD) and provide important information for the users to be able to process tickets properly. Build: 7ebf6348753748fe85537e056b5b666f524bb670-production",
  "vendor": {
    "name": "Communardo Products GmbH",
    "url": "https://www.communardo.com"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "apiMigrations": {
    "signed-install": true
  },
  "modules": {
    "configurePage": {
      "key": "user-profiles-configuration-post-install-configure-page",
      "url": "/frontend/configuration.html",
      "name": {
        "value": "User Profiles configuration"
      }
    },
    "webSections": [
      {
        "key": "user-profiles",
        "location": "admin_plugins_menu",
        "name": {
          "value": "User Profiles"
        }
      }
    ],
    "adminPages": [
      {
        "url": "/frontend/configuration.html",
        "name": {
          "value": "User Profiles configuration"
        },
        "key": "user-profiles-configuration",
        "location": "admin_plugins_menu/user-profiles"
      }
    ],
    "webhooks": [
      {
        "event": "jira:issue_updated",
        "url": "/synchronize-issue?issueKey={issue.key}&issueId={issue.id}",
        "filter": "assignee changed AFTER -1m OR reporter changed AFTER -1m",
        "excludeBody": false
      },
      {
        "event": "jira:issue_updated",
        "url": "/synchronize-issue-allchanges-except-reporter-and-assignee?issueKey={issue.key}&issueId={issue.id}",
        "filter": "NOT(assignee changed AFTER -1m OR reporter changed AFTER -1m)",
        "excludeBody": false
      },
      {
        "event": "jira:issue_created",
        "url": "/synchronize-issue?issueKey={issue.key}&issueId={issue.id}",
        "excludeBody": false
      }
    ]
  },
  "scopes": ["READ", "ACCESS_EMAIL_ADDRESSES", "WRITE", "ACT_AS_USER", "ADMIN"]
}
