ㅇ github에서 Pull Request/Push 할 경우 trello로 동기화
1. 해당 repo의 settings에서 service hooks 선택
https://github.com/doohee323/tz.sheepshare/settings/hooks
2. trello 선택 후 create a consumer token 링크 클릭
3. allow 한 후에 토큰 백업
39cb71a63b48179c7b0395042ea1b872eca7f22503
4. trello BOARDID 확인
https://trello.com/b/rnkfAz0A/development
=> development
Pull Request와 Commit List를 생성
5. 아래의 url에서 TOKEN을 위의 토큰으로 치환
https://api.trello.com/1/board/BOARDID?token=TOKEN&key=db1e35883bfe8f8da1725a0d7d032a9c&lists=all
->
https://api.trello.com/1/board/rnkfAz0A?token=39cb71a63b48179c7b0395042ea1b872eca7f22503&key=db1e35883bfe8f8da1725a0d7d032a9c&lists=all
{"id":"522bad91552563f261","name":"Development"~~~
6. push 의 id를 등록
(https://github.com/doohee323/tz.sheepshare/settings/hooks)
{"id":"522bc47d640e270","name":"Commit","closed":false,"idBoard":"522bad91552563f261","pos":46592,"subscribed":false}
7. Pull Request 의 id를 등록
(https://github.com/doohee323/tz.sheepshare/settings/hooks)
{"id":"522badc1fdd412","name":"Pull Request","closed":false,"idBoard":"522bad91552563f261","pos":41984,"subscribed":false}
Pull Request List Id : 522badc1fdd412
Consumer Token : #3의 토큰
Active 체크
cf. 동영상
http://nodeqa.com/nodejs_ref/89
cf. 양방향 동기화
https://zapier.com/zapbook/github/trello/
1. 해당 repo의 settings에서 service hooks 선택
https://github.com/doohee323/tz.sheepshare/settings/hooks
2. trello 선택 후 create a consumer token 링크 클릭
3. allow 한 후에 토큰 백업
39cb71a63b48179c7b0395042ea1b872eca7f22503
4. trello BOARDID 확인
https://trello.com/b/rnkfAz0A/development
=> development
Pull Request와 Commit List를 생성
5. 아래의 url에서 TOKEN을 위의 토큰으로 치환
https://api.trello.com/1/board/BOARDID?token=TOKEN&key=db1e35883bfe8f8da1725a0d7d032a9c&lists=all
->
https://api.trello.com/1/board/rnkfAz0A?token=39cb71a63b48179c7b0395042ea1b872eca7f22503&key=db1e35883bfe8f8da1725a0d7d032a9c&lists=all
{"id":"522bad91552563f261","name":"Development"~~~
6. push 의 id를 등록
(https://github.com/doohee323/tz.sheepshare/settings/hooks)
{"id":"522bc47d640e270","name":"Commit","closed":false,"idBoard":"522bad91552563f261","pos":46592,"subscribed":false}
7. Pull Request 의 id를 등록
(https://github.com/doohee323/tz.sheepshare/settings/hooks)
{"id":"522badc1fdd412","name":"Pull Request","closed":false,"idBoard":"522bad91552563f261","pos":41984,"subscribed":false}
Pull Request List Id : 522badc1fdd412
Consumer Token : #3의 토큰
Active 체크
cf. 동영상
http://nodeqa.com/nodejs_ref/89
cf. 양방향 동기화
https://zapier.com/zapbook/github/trello/
Comments
Post a Comment