Associating checkins with JIRA issue
I'm trying to associate my checkins with a particular JIRA issue and automatically pull the JIRA issue key and description into the commit message. I've installed the Atlassian connector plugin, but it doesn't seem to work well with IntelliJ 12 (I couldn't browse any of the projects and there didn't seem to be any way to verify that the connection to the JIRA server succeeded).
Has anyone had any luck with this?
请先登录再写评论。
see http://www.jetbrains.com/idea/webhelp/enabling-integration-with-an-issue-tracking-system.html
Thank you, is it possible to actually open the JIRA issue from within intellij through the task workflow you described?
yes, please see:
http://www.jetbrains.com/idea/webhelp/creating-issue-patterns.html
Once applied, issues become clickable (you may need to configure borwsers, described here: http://www.jetbrains.com/idea/webhelp/web-browsers.html )v
Thanks again!
hm..actually, it will not open the issues "within" but rather in your default browser
Good to know. I'll spend some time trying it out.