8000 GitHub - j4m355/update-youtrack: update youtrack issues automatically from git commit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

j4m355/update-youtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####To Install

npm install j4m355/update-youtrack -g

#####Users Place credential settings in ./app/config/settings.json.

#####Forkers If forking touch a _settings.json file instead of placing credentials in settings.json to avoid am accidental commit of credentials.

####Usage

touch a post-commit file inside your projects .git/hooks/ folder and insert the following:

#!/bin/sh
#
# An example hook script that is called after a successful
# commit is made.
#

update-youtrack

####To update an issue status:

git commit -am "#issue-id status"

About

update youtrack issues automatically from git commit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0