-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option for hotfix message template #27
Comments
So actually the problem was that I was doing too much escaping, heh. Describe your use case for the hotfix tag messages. What do you normally use? Would you prefer the option to set a template for these in the plugin settings dialog, like we have right now for finish release tag messages? |
I'm always make hotfix with the same name as issue ID in YouTrack. So if my hotfix named GFI-123 I'm usually making same for tag message "GFI-123". The text "tagging hotfix(release, etc)" is good for label, but not for message. |
Ok, so this means we just need an option to have a template for the hotfix message. Doable :) |
Yes it will be awesome |
Done. This will be available in the next release (0.3.4) |
When i click on finish hotfix - popup windoiw appers asking me to write tag message. And there are already text present. Something like "Tagging hotfix {hotfixname}". And i can't just click OK on it. Because that text not quoted and causes error. It will be really nice if prepopulated text will consists only from hotfix name. And quoting tag message is very importatnt thing too.
The text was updated successfully, but these errors were encountered: