{
	"key": "shirtplatform-j2ee-release",
	"baseUrl": "https://atlassian.shirtplatform.com/",
	"name": "Shirtplatform j2ee Release",
	"version": "1.0.1",
	"authentication": {
		"type": "jwt"
	},
	"vendor":{
		"name":"Brain Industries",
		"url":"https://brain.industries/"
	},
	"lifecycle": {
		"installed": "/installed",
		"uninstalled": "/uninstalled"
	},
	"modules": {
		"webhooks": [
			{
				"event": "jira:version_created",
				"url": "jira/version/created",
				"excludeBody": false,
				"filter": "project=SHR",
				"propertyKeys": [
					"propertyKey",
					"otherPropertyKey"
				]
			},
			{
				"event": "jira:version_released",
				"url": "jira/version/released",
				"excludeBody": false,
				"filter": "project=SHR",
				"propertyKeys": [
					"propertyKey",
					"otherPropertyKey"
				]
			},
			{
				"event": "jira:version_unreleased",
				"url": "jira/version/unreleased",
				"excludeBody": false,
				"filter": "project=SHR",
				"propertyKeys": [
					"propertyKey",
					"otherPropertyKey"
				]
			},
			{
				"event": "jira:version_updated",
				"url": "jira/version/updated",
				"excludeBody": false,
				"filter": "project=SHR",
				"propertyKeys": [
					"propertyKey",
					"otherPropertyKey"
				]
			},
			{
				"event": "jira:version_moved",
				"url": "jira/version/moved",
				"excludeBody": false,
				"filter": "project=SHR",
				"propertyKeys": [
					"propertyKey",
					"otherPropertyKey"
				]
			},
			{
				"event": "jira:version_deleted",
				"url": "jira/version/deleted",
				"excludeBody": false,
				"filter": "project=SHR",
				"propertyKeys": [
					"propertyKey",
					"otherPropertyKey"
				]
			}
			
		]
	},
	"scopes": [
		"read",
		"write",
		"admin"
	]
}
