git clone https://github.com/aduck/jiracdjira npm install 配置(需要新建conf.js) module.exports={// jira里的cookie,用来登录cookie:'',// 需要统计的人员列表,格式为{'xiaoming': {cn: '小明', day: 5}}users:{},// 拉取状态,枚举[DEV IN PROGRESS(计划), Dev Resolved(总结)]pullStatus:''...
规范git commit message的格式,达到以下两点要求: commit与jira自动对应,即需求与代码一致性 强制commit type只允许为七种类型,进一步规范commit message 另外,还提供了git push邮件通知的功能,方便code reviewer监督,该功能需主动配置开启 使用方法 git hook依赖于husky模块,工程内如果已经引过husky并利用(或不需要)lint...
Learn all about the GitHub integration in Git Integration for Jira Self Managed including how to connect your GitHub account and associated repos.
tempo-io/jiraclientPublic NotificationsYou must be signed in to change notification settings Fork1 Star7 master 3Branches0Tags Code Folders and files Name Last commit message Last commit date Latest commit dyoma Initial commit May 1, 2020
Integrating JIRA with your organization's projects Organizations How do I access my organization account? What are the different access permissions? Removing yourself from an organization Viewing people's roles in an organization Creating, cloning, and archiving repositories ...
Integrating JIRA with your personal projects Managing email preferences Adding an email address to your GitHub account Changing your primary email address Remembering your GitHub username or email Managing your membership in organizations Accessing an organization ...
tempo-io/jiraclientPublic NotificationsYou must be signed in to change notification settings Fork1 Star7 master 3Branches0Tags Code Folders and files Name Last commit message Last commit date Latest commit dyoma Initial commit May 1, 2020
Commit Message commitMessage string Extra detail to append to automatic commit message. Sha sha string SHA that pull request head must match to allow merge. Merge Method mergeMethod string Merge method to use. Possible values are merge, squash or rebase. Default is merge. Returns Pull Req...
Commit Message commitMessage string Extra detail to append to automatic commit message. Sha sha string SHA that pull request head must match to allow merge. Merge Method mergeMethod string Merge method to use. Possible values are merge, squash or rebase. Default is merge. Returns Pull Req...
(6)是可选项,一般涉及破坏性改动、功能的弃用等说明,以及对GitHub issue或Jira ticket的引用,PR的引用等。 规范的提交信息可以使用工具对内容进行解析,自动化生成文档或者发布日志。在一些大型的开源项目中,版本的更新文档,接口的更新及兼容性影响,纯粹靠人工...