`
haohappy2
  • 浏览: 314946 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

JIRA Git Plugin

 
阅读更多

https://maven.atlassian.com/contrib/com/xiplink/jira/git/jira-git-plugin/0.6/jira-git-plugin-0.6.jar

Installation

If you have Universal Plugin Manager Installed or have JIRA 4.3+ follow Installing JIRA Plugin manual

If you don't have Universal Plugin Manager installed then simply copy plugin JAR into JIRA_HOME/plugins/installed-plugins/ directory

Upgrade notes for 0.5.x version users

You need to perform next steps before installing 0.6 version

  1. Remove JGit JAR file (org.eclipse.jgit-*.jar) from WEB-INF/lib directory
  2. Remove old plugin JAR file (jira_git_plugin-0.5.*.jar) from WEB-INF/lib directory

Usage

If Jira installed on the same box as main git repository

  1. git clone (bare or non bare) the source tree you need on your Jira machine (as the same user Jira runs as)
  2. Go to the git Repositories panel in the Administration section
  3. Add a new repository
  4. Set name as it should be shown in Display name field
  5. Put the path from Step 1 in the Repository root and Repository origin fields
  6. If you have any source browser choose something as a Web Link , you may need to customize the URLs

If Jira installed on the different box:

  1. git clone --bare the source tree you need on your Jira machine (as the same user Jira runs as)
  2. Put private key into .ssh dir of the same user Jira runs as. Key must has EMPTY passphrase
  3. Go to the git Repositories panel in the Administration section
  4. Add a new repository
  5. Set name as it should be shown in Display name field
  6. Put the path from Step 1 in the Repository root field
  7. Put the URL to the git repository in the Repository origin field
  8. If you have any source browser choose something as a Web Link , you may need to customize the URLs
分享到:
评论
1 楼 bu123dian 2014-03-18  
都没有中文了么?英文看起来真的比较费劲

相关推荐

Global site tag (gtag.js) - Google Analytics