How are VCS placeholders resolved? Follow
I'm reading https://www.jetbrains.com/help/youtrack/standalone/Apply-Commands-in-VCS-Commits.html#vcs-commit-placeholders but I'm a bit lost as to how these values are set in my VCS (GitHub). Generally I've always used tags to label the build number or the revision, but I'm not sure how YouTrack queries for the values.
Please sign in to leave a comment.
Hello Yuval, we're sorry for the confusion.
Actually, if you have an integration with GitHub, only the ${revision} placeholder will work: it will be replaced with the actual hash of the commit.
All other placeholders are only working for the TeamCity integration and can be used only in the commands configured in the UI. We'll update the documentation, thanks for your message!