github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_cloud/issues.test-repo.issue-1.json (about)

     1  {
     2      "priority": "major",
     3      "kind": "bug",
     4      "repository": {
     5          "links": {
     6              "self": {
     7                  "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo"
     8              },
     9              "html": {
    10                  "href": "https://bitbucket.org/test-user/test-repo"
    11              },
    12              "avatar": {
    13                  "href": "https://bitbucket.org/test-user/test-repo/avatar/32/"
    14              }
    15          },
    16          "type": "repository",
    17          "name": "test-repo",
    18          "full_name": "test-user/test-repo",
    19          "uuid": "{2422942f-0f92-4c12-80b8-bc07b9bf3064}"
    20      },
    21      "links": {
    22          "attachments": {
    23              "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/issues/1/attachments"
    24          },
    25          "self": {
    26              "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/issues/1"
    27          },
    28          "watch": {
    29              "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/issues/1/watch"
    30          },
    31          "comments": {
    32              "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/issues/1/comments"
    33          },
    34          "html": {
    35              "href": "https://bitbucket.org/test-user/test-repo/issues/1/this-is-a-test-issue"
    36          },
    37          "vote": {
    38              "href": "https://api.bitbucket.org/2.0/repositories/test-user/test-repo/issues/1/vote"
    39          }
    40      },
    41      "reporter": {
    42          "username": "test-user",
    43          "display_name": "Test User",
    44          "type": "user",
    45          "uuid": "{0a3c1273-f935-421f-848c-c21435948831}",
    46          "links": {
    47              "self": {
    48                  "href": "https://api.bitbucket.org/2.0/users/test-user"
    49              },
    50              "html": {
    51                  "href": "https://bitbucket.org/test-user/"
    52              },
    53              "avatar": {
    54                  "href": "https://bitbucket.org/account/test-user/avatar/32/"
    55              }
    56          }
    57      },
    58      "title": "This is a test issue",
    59      "component": null,
    60      "votes": 0,
    61      "watches": 1,
    62      "content": {
    63          "raw": "",
    64          "markup": "markdown",
    65          "html": "",
    66          "type": "rendered"
    67      },
    68      "assignee": null,
    69      "state": "new",
    70      "version": null,
    71      "edited_on": null,
    72      "created_on": "2018-04-07T01:54:34.607193+00:00",
    73      "milestone": null,
    74      "updated_on": "2018-04-07T01:54:34.607193+00:00",
    75      "type": "issue",
    76      "id": 1
    77  }