{
 "name": "Raley Intake Forms",
 "description": "Create custom, fully customizable, intake forms for Jira and Jira ServiceDesk",
 "key": "com.jirassimo.addons.intakeforms",
 "baseUrl": "https://forms.raleyapps.com",
 "version": "5.36",
 "vendor": {
  "name": "InversionPoint LLC",
  "url": "https://wiki.raleyapps.com"
 },
 "authentication": {
  "type": "jwt"
 },
 "lifecycle": {
  "installed": "/installed",
  "uninstalled": "/uninstalled"
 },
 "apiMigrations": {
  "gdpr": false,
  "context-qsh": true,
  "signed-install": true
 },
 "enableLicensing": true,
 "apiVersion": 1,
 "modules": {
  "generalPages": [
   {
    "url": "/forms/my-configurations",
    "icon": {
     "width": 80,
     "height": 80,
     "url": "/images/intake-forms.png"
    },
    "name": {
     "value": "Raley Intake Forms"
    },
    "key": "jirassimo-intakeforms-conf"
   }
  ],
  "configurePage": {
   "url": "/forms/my-configurations",
   "key": "jirassimo-intakeforms-configuration",
   "name": {
    "value": "Raley Intake Forms"
   }
  },
  "jiraProjectAdminTabPanels": [
   {
    "location": "projectgroup4",
    "url": "/forms/my-configurations",
    "weight": 150,
    "name": {
     "value": "Raley Intake Forms configuration"
    },
    "key": "jirassimo-intakeforms-admin-panel"
   }
  ],
  "jiraDashboardItems": [
   {
    "description": {
     "value": "Intake Forms in a dashboard item"
    },
    "url": "/forms/dashboard?dashboardItemId={dashboardItem.id}&dashboardId={dashboard.id}&view={dashboardItem.viewType}",
    "configurable": true,
    "thumbnailUrl": "/images/intake-forms.png",
    "name": {
     "value": "Raley Intake Forms"
    },
    "key": "intake-forms-dashboard-item-key"
   }
  ],
  "jiraProjectPages": [
   {
    "key": "intake-forms-linked-project",
    "name": {
     "value": "Intake Forms"
    },
    "url": "/forms/intake-forms-project?projectKey={project.key}",
    "iconUrl": "/images/intake-forms.png",
    "weight": 12,
    "conditions": [
     {
      "condition": "user_is_logged_in"
     },
     {
      "condition": "can_use_application",
      "params": {
       "applicationKey": "jira-software"
      }
     },
     {
      "condition": "project_type",
      "params": {
       "projectTypeKey": "software"
      }
     }
    ]
   }
  ],
  "webItems": [
   {
    "location": "intake-forms",
    "weight": 200,
    "styleClasses": [
     "webitem",
     "system-present-webitem"
    ],
    "url": "/form/renderInJira/{ac.configurationId}/{ac.integrationToken}?dialogMode={ac.dialogMode}",
    "context": "addon",
    "target": {
     "type": "dialog",
     "options": {
      "chrome": false
     }
    },
    "tooltip": {
     "value": "Raley Intake Forms dialog"
    },
    "icon": {
     "width": 16,
     "height": 16,
     "url": "/images/intake-forms.png"
    },
    "name": {
     "value": "Raley Intake Forms dialog"
    },
    "key": "raley-intake-forms-dialog"
   },{
    "location": "raley-forms-confirm",
    "weight": 200,
    "styleClasses": [
     "webitem",
     "system-present-webitem"
    ],
    "url": "/form/confirm?message={ac.message}&dialogId={ac.dialogId}",
    "context": "addon",
    "target": {
     "type": "dialog",
     "options": {
      "chrome": false
     }
    },
    "tooltip": {
     "value": "Please confirm"
    },
    "icon": {
     "width": 16,
     "height": 16,
     "url": "/images/intake-forms.png"
    },
    "name": {
     "value": "Please confirm"
    },
    "key": "confirm-dialog"
   }
  ]
 },
 "scopes": [
  "READ",
  "WRITE",
  "ADMIN",
  "ACT_AS_USER"
 ]
}