github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_server/pr-comment.json (about)

     1  {
     2      "properties": {
     3          "repositoryId": 2
     4      },
     5      "id": 5,
     6      "version": 0,
     7      "text": "An insightful general comment on a pull request.",
     8      "author": {
     9          "user": {
    10              "name": "test-user",
    11              "emailAddress": "test.user@example.com",
    12              "id": 502,
    13              "displayName": "Test User",
    14              "active": true,
    15              "slug": "test-user",
    16              "type": "NORMAL",
    17              "links": {
    18                  "self": [
    19                      {
    20                          "href": "http://auth.example.com/users/test-user"
    21                      }
    22                  ]
    23              }
    24          },
    25          "role": "AUTHOR",
    26          "approved": false,
    27          "status": "UNAPPROVED"
    28      },
    29      "createdDate": 1543426701935,
    30      "updatedDate": 1543426701935,
    31      "comments": [],
    32      "tasks": [],
    33      "permittedOperations": {
    34          "editable": true,
    35          "deletable": true
    36      }
    37  }