Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. curl --request POST \
  2.   --url http://staging.jira.pp.ciklum.com/rest/api/2/issue/DONTREMOVE-842/transitions \
  3.   --header 'authorization: Basic YWRtaW46YWRtaW5z' \
  4.   --header 'content-type: application/json' \
  5.   --data '{\n    "transition": {\n        "id": "121"\n    }\n}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement