1 comment

Hi!

I'm Sergey from the YouTrack team.

VcsChanges are stored in a set, so to access them, you need to use set's properties and methods. For example, ctx.issue.vcsChanges.forEach(change => console.log(change.text)); will log all the commit messages in an issue.

If any questions appear, please let me know. 

0

Please sign in to leave a comment.