Guest User

Untitled

a guest
Dec 11th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {
  2. "title": "PR TITLE",
  3. "description": " PR DESCRIPTION",
  4. "state": "OPEN",
  5. "open": true,
  6. "closed": false,
  7. "fromRef": {
  8. "id": "refs/heads/YOUR_BRANCH_NAME",
  9. "repository": {
  10. "slug": "REPO_NAME",
  11. "name": null,
  12. "project": {
  13. "key": "PROJECT_NAME"
  14. }
  15. }
  16. },
  17. "toRef": {
  18. "id": "refs/heads/DEST_BRANCH_NAME",
  19. "repository": {
  20. "slug": "REPO_NAME",
  21. "name": null,
  22. "project": {
  23. "key": "PROJECT_NAME"
  24. }
  25. }
  26. },
  27. "locked": false,
  28. "reviewers": [
  29. {
  30. "user": {
  31. "name": "USERNAME_BOSS"
  32. }
  33. },
  34. {
  35. "user": {
  36. "name": "USERNAME_BOSS1"
  37. }
  38. }
  39. ],
  40. "links": {
  41. "self": [
  42. null
  43. ]
  44. }
  45. }
Add Comment
Please, Sign In to add comment