JIRA REST API to get work log - “You do not have the permission to see the specified issue”
问题 I want to get work log of a specified issue on Jira. According to this document https://docs.atlassian.com/jira/REST/latest/#d2e774 I'm using this format giving my issue id: /rest/api/2/issue/{issueIdOrKey}/worklog Although I have logged in Jira, I got this error: {"errorMessages":["You do not have the permission to see the specified issue.","Login Required"],"errors":{}} Besides, I can see work log on Jira's interface. I don't think there is an permission constraint. Any help to solve? 回答1: