Skip to content

Instantly share code, notes, and snippets.

@winniecluk
Created February 8, 2018 18:46
Show Gist options
  • Save winniecluk/3291b9707c4757a447886419fc3c8fe4 to your computer and use it in GitHub Desktop.
Save winniecluk/3291b9707c4757a447886419fc3c8fe4 to your computer and use it in GitHub Desktop.
webhook response
{ timestamp: 1518115547309,
webhookEvent: 'jira:issue_updated',
issue_event_type_name: 'issue_assigned',
user:
{ self: 'https://testsalucro.atlassian.net/rest/api/2/user?username=admin',
name: 'admin',
key: 'admin',
accountId: '557058:193b909b-2762-422e-b9e3-934a157fbec9',
emailAddress: 'wluk@mkpartners.com',
avatarUrls:
{ '48x48': 'https://avatar-cdn.atlassian.com/eaa903fb17eac5baf035487cc4ad3b68?s=48&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Feaa903fb17eac5baf035487cc4ad3b68%3Fd%3Dmm%26s%3D48%26noRedirect%3Dtrue',
'24x24': 'https://avatar-cdn.atlassian.com/eaa903fb17eac5baf035487cc4ad3b68?s=24&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Feaa903fb17eac5baf035487cc4ad3b68%3Fd%3Dmm%26s%3D24%26noRedirect%3Dtrue',
'16x16': 'https://avatar-cdn.atlassian.com/eaa903fb17eac5baf035487cc4ad3b68?s=16&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Feaa903fb17eac5baf035487cc4ad3b68%3Fd%3Dmm%26s%3D16%26noRedirect%3Dtrue',
'32x32': 'https://avatar-cdn.atlassian.com/eaa903fb17eac5baf035487cc4ad3b68?s=32&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Feaa903fb17eac5baf035487cc4ad3b68%3Fd%3Dmm%26s%3D32%26noRedirect%3Dtrue' },
displayName: 'Winnie Luk',
active: true,
timeZone: 'America/Los_Angeles' },
issue:
{ id: '10010',
self: 'https://testsalucro.atlassian.net/rest/api/2/issue/10010',
key: 'TES-11',
fields:
{ issuetype: [Object],
parent: [Object],
timespent: null,
project: [Object],
fixVersions: [Array],
aggregatetimespent: null,
resolution: null,
resolutiondate: null,
workratio: -1,
lastViewed: '2018-02-08T10:45:47.259-0800',
watches: [Object],
created: '2018-01-20T14:31:08.627-0800',
customfield_10020: null,
customfield_10021: null,
customfield_10022: null,
customfield_10023: null,
priority: [Object],
customfield_10024: null,
labels: [],
customfield_10017: null,
customfield_10018: null,
customfield_10019: null,
timeestimate: null,
aggregatetimeoriginalestimate: null,
versions: [],
issuelinks: [],
assignee: [Object],
updated: '2018-02-08T10:45:47.298-0800',
status: [Object],
components: [],
timeoriginalestimate: null,
description: 'Very important issue!!',
customfield_10010: [Array],
customfield_10011: '0|i00013:',
customfield_10012: null,
customfield_10013: null,
timetracking: {},
security: null,
customfield_10008: null,
aggregatetimeestimate: null,
customfield_10009: null,
attachment: [],
summary: 'Update task status by dragging and dropping from column to column >> Try dragging this task to "Done"',
creator: [Object],
subtasks: [],
reporter: [Object],
customfield_10000: '{}',
aggregateprogress: [Object],
customfield_10001: null,
customfield_10002: null,
customfield_10003: null,
customfield_10004: null,
environment: null,
duedate: null,
progress: [Object],
votes: [Object],
comment: [Object] } },
changelog: { id: '10059', items: [ [Object] ] } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment