github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_cloud/pullrequests.test-comment.json (about) 1 { 2 "links": { 3 "self": { 4 "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/pullrequests/1/comments/89566515" 5 }, 6 "html": { 7 "href": "https://bitbucket.org/test-user/test-repo/pull-requests/1/_/diff#comment-89566515" 8 } 9 }, 10 "deleted": false, 11 "pullrequest": { 12 "type": "pullrequest", 13 "id": 1, 14 "links": { 15 "self": { 16 "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/pullrequests/1" 17 }, 18 "html": { 19 "href": "https://bitbucket.org/test-user/test-repo/pull-requests/1" 20 } 21 }, 22 "title": "A minor update" 23 }, 24 "content": { 25 "raw": "I created this comment using the REST API.", 26 "markup": "markdown", 27 "html": "<p>I created this comment using the REST API.</p>", 28 "type": "rendered" 29 }, 30 "created_on": "2019-01-28T21:33:22.563396+00:00", 31 "user": { 32 "username": "test-user", 33 "display_name": "Test User", 34 "account_id": "5a9ffb3f26f28c2a7f1c437b", 35 "links": { 36 "self": { 37 "href": "https://api.bitbucket.org/2.0/users/test-user" 38 }, 39 "html": { 40 "href": "https://bitbucket.org/test-user/" 41 }, 42 "avatar": { 43 "href": "https://bitbucket.org/account/test-user/avatar/" 44 } 45 }, 46 "nickname": "test-user", 47 "type": "user", 48 "uuid": "{0a3c1273-f935-421f-848c-c21435948831}" 49 }, 50 "updated_on": "2019-01-28T21:33:22.569766+00:00", 51 "type": "pullrequest_comment", 52 "id": 89566515 53 }