Dmitrii Unterov
Dmitrii Unterov
As @gkowalc mentioned previously, you cannot directly reply to a comment. Alternatively we can implement some workaround with links to the comment. Here's a code snippet ``` jira = Jira(url="https://your_project.atlassian.net/",...
Hi! @sherry-kaikai I was browsing the issues backlog and noticed this one. So, If I got this right from example you provided, you are trying to read the content of...
@tuduweb hello! The code snippet you provided seems correct. The problem most probably is that the feature https://www.atlassian.com/software/jira/service-management/features/service-desk is not enabled for your account. Just tested it. Before ``` requests.exceptions.HTTPError:...
However you mentioned `401`. Please check if credentials and url you use are correct.