github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_cloud/issue-comments.issue-1.json (about) 1 { 2 "links": { 3 "self": { 4 "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/issues/1/comments/50299722" 5 }, 6 "html": { 7 "href": "https://bitbucket.org/test-user/test-repo/issues/1#comment-50299722" 8 } 9 }, 10 "issue": { 11 "links": { 12 "self": { 13 "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/issues/1" 14 } 15 }, 16 "type": "issue", 17 "id": 1, 18 "repository": { 19 "links": { 20 "self": { 21 "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo" 22 }, 23 "html": { 24 "href": "https://bitbucket.org/test-user/test-repo" 25 }, 26 "avatar": { 27 "href": "https://bytebucket.org/ravatar/%7B57b5b5bc-9af8-4d8b-a99d-45a100f55bd2%7D?ts=default" 28 } 29 }, 30 "type": "repository", 31 "name": "test-repo", 32 "full_name": "test-user/test-repo", 33 "uuid": "{57b5b5bc-9af8-4d8b-a99d-45a100f55bd2}" 34 }, 35 "title": "This is my issue" 36 }, 37 "content": { 38 "raw": "I created this comment using the REST API.", 39 "markup": "markdown", 40 "html": "<p>I created this comment using the REST API.</p>", 41 "type": "rendered" 42 }, 43 "created_on": "2019-01-29T04:24:55.236903+00:00", 44 "user": { 45 "username": "test-user", 46 "display_name": "Test User", 47 "account_id": "5a9ffb3f26f28c2a7f1c437b", 48 "links": { 49 "self": { 50 "href": "https://api.bitbucket.org/2.0/users/test-user" 51 }, 52 "html": { 53 "href": "https://bitbucket.org/test-user/" 54 }, 55 "avatar": { 56 "href": "https://bitbucket.org/account/test-user/avatar/" 57 } 58 }, 59 "nickname": "test-user", 60 "type": "user", 61 "uuid": "{0a3c1273-f935-421f-848c-c21435948831}" 62 }, 63 "updated_on": null, 64 "type": "issue_comment", 65 "id": 50299722 66 }