Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nickname55/b0bed31bfe34cf82aa91c66225d91717 to your computer and use it in GitHub Desktop.
Save nickname55/b0bed31bfe34cf82aa91c66225d91717 to your computer and use it in GitHub Desktop.
Как проверить публичный или не публичный комментарий через API Jira (Jira ServiceDesk)
curl --location --request GET 'https://jira.com/rest/api/2/comment/11945/properties/sd.public.comment' \
--header 'Authorization: Basic YA=='
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment