summaryrefslogtreecommitdiff
path: root/tests/units/fixtures/bitbucket_issue_opened.json
blob: 7891c23031d87e745f060be3b5e49a40b388a830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
    "issue": {
        "type": "issue",
        "links": {
            "attachments": {
                "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/attachments"
            },
            "html": {
                "href": "https://bitbucket.org/minicoders/test-webhook/issue/1/my-new-issue"
            },
            "comments": {
                "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/comments"
            },
            "vote": {
                "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/vote"
            },
            "watch": {
                "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/watch"
            },
            "self": {
                "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1"
            }
        },
        "component": null,
        "updated_on": "2015-06-21T02:17:40.990654+00:00",
        "reporter": {
            "links": {
                "html": {
                    "href": "https://bitbucket.org/minicoders"
                },
                "avatar": {
                    "href": "https://bitbucket.org/account/minicoders/avatar/32/"
                },
                "self": {
                    "href": "https://bitbucket.org/api/2.0/users/minicoders"
                }
            },
            "username": "minicoders",
            "type": "user",
            "display_name": "Frederic Guillot",
            "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}"
        },
        "watches": 1,
        "kind": "bug",
        "edited_on": null,
        "created_on": "2015-06-21T02:17:40.990654+00:00",
        "milestone": null,
        "version": null,
        "state": "new",
        "assignee": null,
        "content": {
            "raw": "**test**",
            "markup": "markdown",
            "html": "<p><strong>test</strong></p>"
        },
        "priority": "major",
        "id": 1,
        "votes": 0,
        "title": "My new issue"
    },
    "repository": {
        "links": {
            "html": {
                "href": "https://bitbucket.org/minicoders/test-webhook"
            },
            "avatar": {
                "href": "https://bitbucket.org/minicoders/test-webhook/avatar/16/"
            },
            "self": {
                "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook"
            }
        },
        "type": "repository",
        "full_name": "minicoders/test-webhook",
        "uuid": "{590fd9c4-0812-425e-8d72-ab08b4fd5735}",
        "name": "test-webhook",
        "owner": {
            "links": {
                "html": {
                    "href": "https://bitbucket.org/minicoders"
                },
                "avatar": {
                    "href": "https://bitbucket.org/account/minicoders/avatar/32/"
                },
                "self": {
                    "href": "https://bitbucket.org/api/2.0/users/minicoders"
                }
            },
            "username": "minicoders",
            "type": "user",
            "display_name": "Frederic Guillot",
            "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}"
        }
    },
    "actor": {
        "links": {
            "html": {
                "href": "https://bitbucket.org/minicoders"
            },
            "avatar": {
                "href": "https://bitbucket.org/account/minicoders/avatar/32/"
            },
            "self": {
                "href": "https://bitbucket.org/api/2.0/users/minicoders"
            }
        },
        "username": "minicoders",
        "type": "user",
        "display_name": "Frederic Guillot",
        "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}"
    }
}