Skip to content

Instantly share code, notes, and snippets.

@jeansymolanza
Last active June 11, 2024 11:07
Show Gist options
  • Save jeansymolanza/785c626d66e2ff1931cc062cb0d54a22 to your computer and use it in GitHub Desktop.
Save jeansymolanza/785c626d66e2ff1931cc062cb0d54a22 to your computer and use it in GitHub Desktop.
curl -X PUT -H "Authorization: Basic bXl1c2VybmFtZTpteWFwaXRva2Vu" -H "Content-Type: application/json" --data "{\"fields\": {\"duedate\": \"2024-06-14\"}}" "https://your-jira-instance.atlassian.net/rest/api/2/issue/JIRA-1234"
curl -X GET -H "Authorization: Basic bXl1c2VybmFtZTpteWFwaXRva2Vu" -H "Content-Type: application/json" "https://your-jira-instance.atlassian.net/rest/api/2/issue/JIRA-1234/editmeta"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment