How to specify version with git smart commits?

被刻印的时光 ゝ 提交于 2019-12-06 10:02:10

According to the JIRA DVCS plugin API documentation, there are three commands you can use:

#time
#comment
#<transition>

There is no direct command to use to select the fix version, but you could likely set up a trigger or a hook in the JIRA system that will select a fix version for you upon transition, but there's no way to do it using the defined smart commit commands.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!