2

I have a TeamCity + YouTrack + SVN. I commit to svn TeamCity build it, and YouTrack see changes for issues from commit message.
Now i want to add tag to issue in YouTrack. I know that i can add command like #ISSSE-ID add tag my-tag. But this is not a solution.
This is possible to add tags automatically?

Kliver Max
  • 5,107
  • 22
  • 95
  • 148

1 Answers1

2

After https://youtrack.jetbrains.com/issue/JT-19028 is implemented, you'll be able to create a workflow rule that will take am issue after a VCS change is attached to it.

Alex.V
  • 2,081
  • 14
  • 13