{
	"name": "Veracode Integration for JIRA",
	"description": "The Veracode Integration for JIRA synchronizes flaws on analysiscenter.veracode.com with JIRA issues.",
	"key": "jira-veracode-integration",
	"baseUrl": "https://jira-cloud-addon.integrations.veracode.com",
	"vendor": {
		"name": "Veracode, Inc.",
		"url": "http://www.veracode.com"
	},
	"authentication": {
		"type": "jwt"
	},
	"apiMigrations": {
		"context-qsh": true,
		"signed-install": true
	},
	"lifecycle": {
		"installed": "/installed",
		"uninstalled": "/uninstalled",
		"enabled": "/enabled",
		"disabled": "/disabled"
	},
	"scopes": [
		"ADMIN",
		"ACT_AS_USER"
	],
	"apiVersion": 1,
	"modules": {
		"webSections": [
			{
				"key": "vera-plugin-section",
				"location": "admin_plugins_menu",
				"name": {
					"value": "Veracode Integration"
				}
			}
		],
		"adminPages": [
			{
				"url": "/login-credentials/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "Login Credentials"
				},
				"key": "login-credentials"
			},
			{
				"url": "/administration/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "Findings Import"
				},
				"key": "findings-import"
			},
			{
				"url": "/field-mappings/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "Field Mappings"
				},
				"key": "field-mappings"
			},
			{
				"url": "/severity-mappings/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "Severity Mappings"
				},
				"key": "severity-mappings"
			},
			{
				"url": "/onetime-flaw-import/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "One Time Import"
				},
				"key": "onetime-flaw-import-section"
			},
			{
				"url": "/selective-flaw-import/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "Selective Import"
				},
				"key": "selective-import-section"
			},
			{
				"url": "/import-automation/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "Import Automation"
				},
				"key": "import-automation"
			},
			{
				"url": "/monitoring-and-troubleshooting/load-page",
				"location": "admin_plugins_menu/vera-plugin-section",
				"name": {
					"value": "Troubleshooting"
				},
				"key": "troubleshooting"
			}
		],
		"jiraIssueFields": [
            {
                "key" : "veracode-link-field",
                "name" : {
                    "value" : "Veracode Link"
                },
                "description" : {
                    "value" : "Links the issue to Veracode Analysis Center."
                },
                "type": "string"
            }
        ]
	}
}
