Skip to end of banner
Go to start of banner

Webhook event data samples

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

See JQL not supported events for an example and the list of the JQL not supported type of events.


User created
{
  "timestamp": 1642379710275,
  "webhookEvent": "user_created",
  "user": {
    "self": "https://test-jira-1629255544.atlassian.net/rest/api/2/user?accountId=61895f5ce1b3e0006939b62e",
    "accountId": "61895f5ce1b3e0006939b62e",
    "avatarUrls": {
      "48x48": "https://secure.gravatar.com/avatar/ec5c1124d3074a1d77c424a1dfa1355e?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEA-0.png",
      "24x24": "https://secure.gravatar.com/avatar/ec5c1124d3074a1d77c424a1dfa1355e?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEA-0.png",
      "16x16": "https://secure.gravatar.com/avatar/ec5c1124d3074a1d77c424a1dfa1355e?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEA-0.png",
      "32x32": "https://secure.gravatar.com/avatar/ec5c1124d3074a1d77c424a1dfa1355e?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEA-0.png"
    },
    "displayName": "Ersin Abbasoğlu",
    "active": true,
    "timeZone": "Europe/Istanbul",
    "accountType": "atlassian"
  }
}
  • No labels