zulip/zerver/webhooks/bitbucket2/fixtures/issue_created.json

132 lines
3.9 KiB
JSON

{
"actor":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
}
},
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
"type":"user",
"display_name":"Tomasz",
"nickname":"Tomasz Kolaszek"
},
"issue":{
"votes":0,
"edited_on":null,
"kind":"bug",
"links":{
"vote":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/issues/2/vote"
},
"comments":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/issues/2/comments"
},
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/issues/2"
},
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name/issues/2/bug"
},
"watch":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/issues/2/watch"
},
"attachments":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/issues/2/attachments"
}
},
"content":{
"raw":"Such a bug",
"html":"<p>Such a bug</p>",
"markup":"markdown"
},
"version":null,
"component":null,
"created_on":"2016-07-04T17:36:51.890354+00:00",
"type":"issue",
"id":1,
"milestone":null,
"reporter":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
}
},
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
"type":"user",
"display_name":"Tomasz",
"nickname":"Tomasz Kolaszek"
},
"priority":"major",
"title":"Bug",
"watches":1,
"updated_on":"2016-07-04T17:36:51.890354+00:00",
"assignee":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
}
},
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
"type":"user",
"display_name":"Tomasz",
"nickname":"Tomasz Kolaszek"
},
"state":"new"
},
"repository":{
"uuid":"{59005838-3978-410b-84fd-8b4ce1b41089}",
"scm":"git",
"website":"",
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name"
},
"avatar":{
"href":"https://bitbucket.org/kolaszek/repository-name/avatar/32/"
},
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name"
}
},
"name":"Repository name",
"owner":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
}
},
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
"type":"user",
"display_name":"Tomasz",
"nickname":"Tomasz Kolaszek"
},
"is_private":true,
"full_name":"kolaszek/repository-name",
"type":"repository"
}
}