Get issue changes (history) in workflow
Hello,
Is there any way to get changes of issue inside workflow (like ctx.issue.changes)? More precisely, I want to get last change of field Assignee.
Now I can get issue history with REST API ( http://youtrack.instance.com/api/issues/SOMEISSUE-1111/activities?categories=CustomFieldCategory&fields=timestamp,added(login),targetMember ), but I want to get it without the need to execute the HTTP request and load our YouTrack server.
Thank you.
Please sign in to leave a comment.
I'm Lena from the YouTrack Team.
Unfortunately, the workflow has no access to the issue history. We have a corresponding feature request: https://youtrack.jetbrains.com/issue/JT-12687/Provide-access-to-issue-history-in-workflow. Please feel free to vote for this issue. This helps us gauge how much impact this feature will have on our customer base.
Hi Lena Vostrikova , the link is unfortunately broken, but I was wondering whether this has been solved?