JQL Supported Events
This page is about Easy Integrations for Jira Cloud. Using Jira On-Prem? Click the On-Prem button above.
This documentation outlines the JQL-configured events that can be accessed through data.event.issue. These events provide powerful capabilities for tracking and managing issues within your Atlassian environment. The events that support JQL-configured events are:
Issue created
Issue updated
Issue deleted
Comment created
Comment updated
Comment deleted
Issue property set
Issue property deleted
For more detailed information and examples related to these webhook events and their usage, please visit the official Atlassian Developer Documentation.
Event data samples
Issue created
{
"issue": {
"id": "10557",
"self": "https://ttunca.atlassian.net/rest/api/2/10557",
"key": "SOF-35",
"fields": {
"statuscategorychangedate": "2022-01-13T13:19:28.895+0200",
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/2/issuetype/10001",
"id": "10001",
"description": "A task that needs to be done.",
"iconUrl": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
"name": "Task",
"subtask": false,
"avatarId": 10318,
"hierarchyLevel": 0
},
"parent": {
"id": "10556",
"key": "DS-6",
"self": "https://ttunca.atlassian.net/rest/api/2/issue/10556",
"fields": {
"summary": "We are doing great",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/2/status/10003",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "To Do",
"id": "10003",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/2/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/2/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/2/issuetype/10004",
"id": "10004",
"description": "A collection of related bugs, stories, and tasks.",
"iconUrl": "https://ttunca.atlassian.net/images/icons/issuetypes/epic.svg",
"name": "Epic",
"subtask": false,
"hierarchyLevel": 1
}
}
},
"timespent": null,
"project": {
"self": "https://ttunca.atlassian.net/rest/api/2/project/10000",
"id": "10000",
"key": "SOF",
"name": "Mobile App Demo Project",
"projectTypeKey": "software",
"simplified": false,
"avatarUrls": {
"48x48": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324",
"24x24": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=small",
"16x16": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=xsmall",
"32x32": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=medium"
}
},
"fixVersions": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/version/10000",
"id": "10000",
"name": "1.0",
"archived": false,
"released": true,
"releaseDate": "2016-08-19"
},
{
"self": "https://ttunca.atlassian.net/rest/api/2/version/10102",
"id": "10102",
"name": "2.0",
"archived": false,
"released": false
}
],
"aggregatetimespent": null,
"resolution": null,
"customfield_10500": null,
"resolutiondate": null,
"workratio": -1,
"issuerestriction": {
"issuerestrictions": {},
"shouldDisplay": false
},
"lastViewed": "2022-01-13T13:19:28.915+0200",
"watches": {
"self": "https://ttunca.atlassian.net/rest/api/2/issue/SOF-35/watchers",
"watchCount": 0,
"isWatching": true
},
"created": "2022-01-13T13:19:28.131+0200",
"customfield_10022": null,
"customfield_10023": [],
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/2/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"customfield_10100": {
"hasEpicLinkFieldDependency": false,
"showField": false,
"nonEditableReason": {
"reason": "PLUGIN_LICENSE_ERROR",
"message": "The Parent Link is only available to Jira Premium users."
}
},
"customfield_10024": null,
"customfield_10025": null,
"customfield_10300": null,
"labels": [
"MyLabel"
],
"customfield_10610": null,
"customfield_10613": null,
"aggregatetimeoriginalestimate": null,
"timeestimate": null,
"customfield_10615": "https://example.com/ticket/10002",
"versions": [],
"issuelinks": [
{
"id": "10048",
"self": "https://ttunca.atlassian.net/rest/api/2/issueLink/10048",
"type": {
"id": "10000",
"name": "Blocks",
"inward": "is blocked by",
"outward": "blocks",
"self": "https://ttunca.atlassian.net/rest/api/2/issueLinkType/10000"
},
"outwardIssue": {
"id": "10542",
"key": "SOF-21",
"self": "https://ttunca.atlassian.net/rest/api/2/issue/10542",
"fields": {
"summary": "Easy - Get ready for the match",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/2/status/10000",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "Backlog",
"id": "10000",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/2/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/2/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/2/issuetype/10001",
"id": "10001",
"description": "A small, distinct piece of work.",
"iconUrl": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
"name": "Task",
"subtask": false,
"avatarId": 10318,
"hierarchyLevel": 0
}
}
}
}
],
"assignee": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"updated": "2022-01-13T13:19:28.131+0200",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/2/status/10000",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "Backlog",
"id": "10000",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/2/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "New"
}
},
"components": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/component/10005",
"id": "10005",
"name": "Marketing"
}
],
"timeoriginalestimate": null,
"description": "Sample issue description :)",
"timetracking": {},
"customfield_10600": null,
"customfield_10601": null,
"customfield_10007": null,
"security": null,
"customfield_10008": "0|i000bb:",
"customfield_10602": 1001,
"customfield_10603": null,
"aggregatetimeestimate": null,
"attachment": [],
"customfield_10604": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/customFieldOption/10101",
"value": "ada",
"id": "10101"
},
{
"self": "https://ttunca.atlassian.net/rest/api/2/customFieldOption/10102",
"value": "ist",
"id": "10102"
}
],
"customfield_10605": null,
"customfield_10606": null,
"customfield_10607": null,
"customfield_10608": null,
"customfield_10609": null,
"summary": "Issue Created",
"creator": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"subtasks": [],
"reporter": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"aggregateprogress": {
"progress": 0,
"total": 0
},
"customfield_10000": null,
"customfield_10001": null,
"customfield_10200": "{}",
"customfield_10002": null,
"customfield_10003": "DS-6",
"environment": null,
"duedate": null,
"progress": {
"progress": 0,
"total": 0
},
"votes": {
"self": "https://ttunca.atlassian.net/rest/api/2/issue/SOF-35/votes",
"votes": 0,
"hasVoted": false
}
}
},
"issue_event_type_name": "issue_created",
"changelog": {
"id": "11380",
"items": [
{
"field": "Link",
"fieldtype": "jira",
"from": null,
"fromString": null,
"to": "SOF-21",
"toString": "This issue blocks SOF-21"
}
]
},
"webhookEvent": "jira:issue_created",
"user": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"matchedWebhookIds": [
330,
316,
315,
329
],
"timestamp": 1642072768571
}
Issue updated
{
"issue": {
"id": "10557",
"self": "https://ttunca.atlassian.net/rest/api/2/10557",
"key": "SOF-35",
"fields": {
"statuscategorychangedate": "2022-01-13T13:19:28.895+0200",
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/2/issuetype/10001",
"id": "10001",
"description": "A task that needs to be done.",
"iconUrl": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
"name": "Task",
"subtask": false,
"avatarId": 10318,
"hierarchyLevel": 0
},
"parent": {
"id": "10556",
"key": "DS-6",
"self": "https://ttunca.atlassian.net/rest/api/3/issue/10556",
"fields": {
"summary": "We are doing great",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/3/status/10003",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "To Do",
"id": "10003",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/3/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/3/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/3/issuetype/10004",
"id": "10004",
"description": "A collection of related bugs, stories, and tasks.",
"iconUrl": "https://ttunca.atlassian.net/images/icons/issuetypes/epic.svg",
"name": "Epic",
"subtask": false,
"hierarchyLevel": 1
}
}
},
"timespent": null,
"project": {
"self": "https://ttunca.atlassian.net/rest/api/2/project/10000",
"id": "10000",
"key": "SOF",
"name": "Mobile App Demo Project",
"projectTypeKey": "software",
"simplified": false,
"avatarUrls": {
"48x48": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324",
"24x24": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=small",
"16x16": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=xsmall",
"32x32": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=medium"
}
},
"fixVersions": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/version/10000",
"id": "10000",
"name": "1.0",
"archived": false,
"released": true,
"releaseDate": "2016-08-19"
},
{
"self": "https://ttunca.atlassian.net/rest/api/2/version/10102",
"id": "10102",
"name": "2.0",
"archived": false,
"released": false
}
],
"aggregatetimespent": null,
"resolution": null,
"customfield_10500": null,
"resolutiondate": null,
"workratio": -1,
"issuerestriction": {
"issuerestrictions": {},
"shouldDisplay": false
},
"watches": {
"self": "https://ttunca.atlassian.net/rest/api/2/issue/SOF-35/watchers",
"watchCount": 1,
"isWatching": true
},
"lastViewed": "2022-01-13T13:21:03.335+0200",
"created": "2022-01-13T13:19:28.131+0200",
"customfield_10022": null,
"customfield_10100": {
"hasEpicLinkFieldDependency": false,
"showField": false,
"nonEditableReason": {
"reason": "PLUGIN_LICENSE_ERROR",
"message": "The Parent Link is only available to Jira Premium users."
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/2/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"customfield_10023": [],
"customfield_10024": null,
"customfield_10300": null,
"customfield_10025": null,
"labels": [
"MyLabel"
],
"customfield_10610": null,
"customfield_10613": null,
"timeestimate": null,
"aggregatetimeoriginalestimate": null,
"customfield_10615": "https://example.com/ticket/10002",
"versions": [],
"issuelinks": [
{
"id": "10048",
"self": "https://ttunca.atlassian.net/rest/api/2/issueLink/10048",
"type": {
"id": "10000",
"name": "Blocks",
"inward": "is blocked by",
"outward": "blocks",
"self": "https://ttunca.atlassian.net/rest/api/2/issueLinkType/10000"
},
"outwardIssue": {
"id": "10542",
"key": "SOF-21",
"self": "https://ttunca.atlassian.net/rest/api/2/issue/10542",
"fields": {
"summary": "Easy - Get ready for the match",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/2/status/10000",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "Backlog",
"id": "10000",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/2/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/2/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/2/issuetype/10001",
"id": "10001",
"description": "A small, distinct piece of work.",
"iconUrl": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
"name": "Task",
"subtask": false,
"avatarId": 10318,
"hierarchyLevel": 0
}
}
}
}
],
"assignee": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"updated": "2022-01-13T13:24:16.514+0200",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/2/status/10000",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "Backlog",
"id": "10000",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/2/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "New"
}
},
"components": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/component/10005",
"id": "10005",
"name": "Marketing"
}
],
"timeoriginalestimate": null,
"description": "Sample issue description :)",
"timetracking": {},
"customfield_10600": null,
"customfield_10007": null,
"customfield_10601": null,
"security": null,
"customfield_10008": "0|i000bb:",
"customfield_10602": 1001,
"customfield_10603": null,
"attachment": [],
"aggregatetimeestimate": null,
"customfield_10604": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/customFieldOption/10101",
"value": "ada",
"id": "10101"
},
{
"self": "https://ttunca.atlassian.net/rest/api/2/customFieldOption/10102",
"value": "ist",
"id": "10102"
}
],
"customfield_10605": null,
"customfield_10606": null,
"customfield_10607": null,
"customfield_10608": null,
"customfield_10609": null,
"summary": "Issue Updated",
"creator": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"subtasks": [],
"reporter": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"customfield_10000": null,
"aggregateprogress": {
"progress": 0,
"total": 0
},
"customfield_10001": null,
"customfield_10002": null,
"customfield_10200": "{}",
"customfield_10003": "DS-6",
"environment": null,
"duedate": null,
"progress": {
"progress": 0,
"total": 0
},
"votes": {
"self": "https://ttunca.atlassian.net/rest/api/2/issue/SOF-35/votes",
"votes": 0,
"hasVoted": false
}
}
},
"issue_event_type_name": "issue_updated",
"changelog": {
"id": "11383",
"items": [
{
"field": "summary",
"fieldtype": "jira",
"fieldId": "summary",
"from": null,
"fromString": "Issue Created",
"to": null,
"toString": "Issue Updated"
}
]
},
"webhookEvent": "jira:issue_updated",
"user": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"matchedWebhookIds": [
330,
316,
315,
329
],
"timestamp": 1642073056528
}
Issue deleted
{
"webhookEvent": "jira:issue_deleted",
"issue": {
"id": "10557",
"self": "https://ttunca.atlassian.net/rest/api/2/10557",
"key": "SOF-35",
"fields": {
"statuscategorychangedate": "2022-01-13T13:19:28.895+0200",
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/2/issuetype/10001",
"id": "10001",
"description": "A small, distinct piece of work.",
"iconUrl": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
"name": "Task",
"subtask": false,
"avatarId": 10318,
"hierarchyLevel": 0
},
"parent": {
"id": "10556",
"key": "DS-6",
"self": "https://ttunca.atlassian.net/rest/api/3/issue/10556",
"fields": {
"summary": "We are doing great",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/3/status/10003",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "To Do",
"id": "10003",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/3/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/3/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/3/issuetype/10004",
"id": "10004",
"description": "A collection of related bugs, stories, and tasks.",
"iconUrl": "https://ttunca.atlassian.net/images/icons/issuetypes/epic.svg",
"name": "Epic",
"subtask": false,
"hierarchyLevel": 1
}
}
},
"timespent": null,
"project": {
"self": "https://ttunca.atlassian.net/rest/api/2/project/10000",
"id": "10000",
"key": "SOF",
"name": "Mobile App Demo Project",
"projectTypeKey": "software",
"simplified": false,
"avatarUrls": {
"48x48": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324",
"24x24": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=small",
"16x16": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=xsmall",
"32x32": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10324?size=medium"
}
},
"fixVersions": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/version/10000",
"id": "10000",
"name": "1.0",
"archived": false,
"released": true,
"releaseDate": "2016-08-19"
},
{
"self": "https://ttunca.atlassian.net/rest/api/2/version/10102",
"id": "10102",
"name": "2.0",
"archived": false,
"released": false
}
],
"aggregatetimespent": null,
"resolution": null,
"customfield_10500": null,
"resolutiondate": null,
"workratio": -1,
"lastViewed": "2022-01-13T13:21:03.335+0200",
"watches": {
"self": "https://ttunca.atlassian.net/rest/api/2/issue/SOF-35/watchers",
"watchCount": 1,
"isWatching": true
},
"issuerestriction": {
"issuerestrictions": {},
"shouldDisplay": false
},
"created": "2022-01-13T13:19:28.131+0200",
"customfield_10022": null,
"customfield_10100": {
"hasEpicLinkFieldDependency": false,
"showField": false,
"nonEditableReason": {
"reason": "PLUGIN_LICENSE_ERROR",
"message": "The Parent Link is only available to Jira Premium users."
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/2/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"customfield_10023": [],
"customfield_10024": null,
"customfield_10025": null,
"customfield_10300": null,
"labels": [
"MyLabel"
],
"customfield_10610": null,
"customfield_10613": null,
"timeestimate": null,
"aggregatetimeoriginalestimate": null,
"customfield_10615": "https://example.com/ticket/10002",
"versions": [],
"issuelinks": [
{
"id": "10048",
"self": "https://ttunca.atlassian.net/rest/api/2/issueLink/10048",
"type": {
"id": "10000",
"name": "Blocks",
"inward": "is blocked by",
"outward": "blocks",
"self": "https://ttunca.atlassian.net/rest/api/2/issueLinkType/10000"
},
"outwardIssue": {
"id": "10542",
"key": "SOF-21",
"self": "https://ttunca.atlassian.net/rest/api/2/issue/10542",
"fields": {
"summary": "Easy - Get ready for the match",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/2/status/10000",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "Backlog",
"id": "10000",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/2/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"priority": {
"self": "https://ttunca.atlassian.net/rest/api/2/priority/3",
"iconUrl": "https://ttunca.atlassian.net/images/icons/priorities/medium.svg",
"name": "Medium",
"id": "3"
},
"issuetype": {
"self": "https://ttunca.atlassian.net/rest/api/2/issuetype/10001",
"id": "10001",
"description": "A small, distinct piece of work.",
"iconUrl": "https://ttunca.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
"name": "Task",
"subtask": false,
"avatarId": 10318,
"hierarchyLevel": 0
}
}
}
}
],
"assignee": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"updated": "2022-01-13T14:24:27.101+0200",
"status": {
"self": "https://ttunca.atlassian.net/rest/api/2/status/10000",
"description": "",
"iconUrl": "https://ttunca.atlassian.net/",
"name": "Backlog",
"id": "10000",
"statusCategory": {
"self": "https://ttunca.atlassian.net/rest/api/2/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "To Do"
}
},
"components": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/component/10005",
"id": "10005",
"name": "Marketing"
}
],
"timeoriginalestimate": null,
"description": "Sample issue description :)",
"timetracking": {},
"customfield_10600": null,
"customfield_10007": null,
"security": null,
"customfield_10601": null,
"customfield_10008": "0|i000bb:",
"customfield_10602": 1001,
"customfield_10603": null,
"attachment": [],
"aggregatetimeestimate": null,
"customfield_10604": [
{
"self": "https://ttunca.atlassian.net/rest/api/2/customFieldOption/10101",
"value": "ada",
"id": "10101"
},
{
"self": "https://ttunca.atlassian.net/rest/api/2/customFieldOption/10102",
"value": "ist",
"id": "10102"
}
],
"customfield_10605": {
"self": "https://ttunca.atlassian.net/rest/api/2/customFieldOption/10105",
"value": "ist",
"id": "10105"
},
"customfield_10606": null,
"customfield_10607": null,
"customfield_10608": null,
"customfield_10609": null,
"summary": "Issue Updated",
"creator": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"subtasks": [],
"reporter": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"aggregateprogress": {
"progress": 0,
"total": 0
},
"customfield_10000": null,
"customfield_10001": null,
"customfield_10002": null,
"customfield_10200": "{}",
"customfield_10003": "DS-6",
"environment": null,
"duedate": null,
"progress": {
"progress": 0,
"total": 0
},
"comment": {
"comments": [
{
"self": "https://ttunca.atlassian.net/rest/api/3/issue/10557/comment/10102",
"id": "10102",
"author": {
"self": "https://ttunca.atlassian.net/rest/api/3/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"body": "Another comment",
"updateAuthor": {
"self": "https://ttunca.atlassian.net/rest/api/3/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"created": "2022-01-13T13:39:40.584+0200",
"updated": "2022-01-13T13:39:40.584+0200",
"jsdPublic": true
}
],
"self": "https://ttunca.atlassian.net/rest/api/3/issue/10557/comment",
"maxResults": 1,
"total": 1,
"startAt": 0
},
"votes": {
"self": "https://ttunca.atlassian.net/rest/api/2/issue/SOF-35/votes",
"votes": 0,
"hasVoted": false
},
"worklog": {
"startAt": 0,
"maxResults": 20,
"total": 0,
"worklogs": []
}
}
},
"user": {
"self": "https://ttunca.atlassian.net/rest/api/2/user?accountId=557058%3Ab6a4007c-244b-4331-a49d-8d12b1cb9665",
"accountId": "557058:b6a4007c-244b-4331-a49d-8d12b1cb9665",
"avatarUrls": {
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/48",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/24",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/16",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:b6a4007c-244b-4331-a49d-8d12b1cb9665/01032e29-aee2-433f-9931-dad4245cff4c/32"
},
"displayName": "Tolga Tunca",
"active": true,
"timeZone": "Europe/London",
"accountType": "atlassian"
},
"matchedWebhookIds": [
329,
331
],
"timestamp": 1642076845710
}