I need to get the change history of each comment in the issue. "/rest/api/3/issue/{issuekey}/comment" does not provide a change history
Hello @Maksim Malikov
As per the documentation available, the changelog can not be obtained for each comment. It can be obtained at the issue level. The API for that is
"/rest/api/3/issue/{issueIdOrKey}/changelog"
Please let me know if this helps.
Kindly accept the response if this aligns with the query.
Hello @Gaurav
Thanks for your reply. unfortunately this is not what I am looking for. I need to get the change history of comments, but "/rest/api/3/issue/{issueIdOrKey}/changelog" doesn't provide that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.