@@ -50,7 +50,7 @@ class RedmineAPI:
response = post(*args, **kwargs)
if response.status_code == 201:
return post(*args, **kwargs).json()
return response.json()
def get_issue(self, issue_id: int) -> dict:
result = self.get(f"/issues/{issue_id}.json")
The note is not visible to the blocked user.