Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "title": "Talking Nerdy",
  3. "description": "It’s a kludge, but put the tuple from the database in the cache.",
  4. "state": "OPEN",
  5. "open": true,
  6. "closed": false,
  7. "fromRef": {
  8. "id": "refs/heads/feature-ABC-123",
  9. "repository": {
  10. "slug": "my-repo",
  11. "name": null,
  12. "project": {
  13. "key": "PRJ"
  14. }
  15. }
  16. },
  17. "toRef": {
  18. "id": "refs/heads/master",
  19. "repository": {
  20. "slug": "my-repo",
  21. "name": null,
  22. "project": {
  23. "key": "PRJ"
  24. }
  25. }
  26. },
  27. "locked": false,
  28. "reviewers": [
  29. {
  30. "user": {
  31. "name": "charlie"
  32. }
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement