History of an issue
Is it possible to show the history of an issue. For example, show a protocol of date, time, user and fields that have been altered?
Please sign in to leave a comment.
Is it possible to show the history of an issue. For example, show a protocol of date, time, user and fields that have been altered?
Please sign in to leave a comment.
Hello,
Those changes are displayed on the issue details page.
Also, it should be possible to retrieve those data via API (you may try it with Extensions -> Api Playground). The method Get issue (Projects/Planning/Issues/Get issue) allows one to get the related channel id and then use this id in the method Chats/Messages/Get channel messages. Messages related to issue status changes have an IssueStatusChangedDetails object in the details field.
Please let us know if you have additional questions.