Giter VIP home page Giter VIP logo

gitlab-issues-webhook-for-trello's Introduction

Gitlab issues + Trello

About

It's a simple script for adding cards to Trello based on issues in gitlab project

Content

Installation

  • upload this script on your server
  • you will need composer on your server
  • run composer.phar install --no-dev --optimize-autoloader (composer.phar/composer)

Configuration

Script

  • edit config.php
  • required parameters in trello array:
    • token (trello api token) [if you will using this script only for you, the best option is to use token from this page (click the link on "you can manually generate a Token.")
    • key (Trello Developer API Key) You van find it here: https://trello.com/app-key
    • board_name or board_id (e.g. "My awesome project" or [trello-board-id]) IMPORTANT it's not case sensitive
    • list_name (e.g. Issues) IMPORTANT it's not case sensitive
  • card name format:
    • 0 (default) - no prefix, only issue name
    • 1 - [issue_num] + issue_name (e.g. [3] fix smth)
    • 2 - [#issue_num] + issue_name (e.g. [#3] fix smth)
    • 3 - #issue_num + issue_name (e.g. #3 fix smth)

Gitlab

Usage

  • In your choosen Trello board->list new issues will be added every time anyone has opened an issue in your repository

Notes

  • If you want to contribute - see TODO.md for what is needed to add
  • Yes, this script is very simple script, sorry for this. If you want you can improve it.

Thanks

Great thanks to cdaguerre for awesome Trello Api Client

License

MIT

gitlab-issues-webhook-for-trello's People

Contributors

lgg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.