Created
April 2, 2021 18:52
-
-
Save nickname55/b0bed31bfe34cf82aa91c66225d91717 to your computer and use it in GitHub Desktop.
Как проверить публичный или не публичный комментарий через API Jira (Jira ServiceDesk)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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