mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
35 lines
761 B
JSON
35 lines
761 B
JSON
{
|
||
"title": "Talking Nerdy",
|
||
"description": "It’s a kludge, but put the tuple from the database in the cache.",
|
||
"state": "OPEN",
|
||
"open": true,
|
||
"closed": false,
|
||
"fromRef": {
|
||
"id": "refs/heads/feature-ABC-123",
|
||
"repository": {
|
||
"slug": "my-repo",
|
||
"name": null,
|
||
"project": {
|
||
"key": "PRJ"
|
||
}
|
||
}
|
||
},
|
||
"toRef": {
|
||
"id": "refs/heads/master",
|
||
"repository": {
|
||
"slug": "my-repo",
|
||
"name": null,
|
||
"project": {
|
||
"key": "PRJ"
|
||
}
|
||
}
|
||
},
|
||
"locked": false,
|
||
"reviewers": [
|
||
{
|
||
"user": {
|
||
"name": "charlie"
|
||
}
|
||
}
|
||
]
|
||
} |