I'm testing out the new Team Foundation Server 2013 Git integration from an Xcode project. The basics are working fine, but I'm trying to determine if I can associate a commit with a TFS work item without leaving Xcode or using additional tools.
I found this screencast which shows that adding My commit message for #6
(or whatever the work item ID is) to the commit message will allow TFS to make the association, but this does not work for me at all.
I've tried it with tasks, bugs, and product backlog items all without any success.
I've also seen this related question, but I was hoping the simple approach from the screencast I mentioned above would work.
Does adding # plus a work item ID work for anyone else in this context?