Giter VIP home page Giter VIP logo

leankit.integrationservice's Introduction

LeanKit Integration Service

The LeanKit Integration Service synchronizes items between a Target system and LeanKit.

  • Supported Target systems: Visual Studio Online, Microsoft Team Foundation Server (TFS) 2010/2012/2013, JIRA 5.x+, and GitHub
  • Runs as a Windows service, or from command line for testing
  • One Target + LeanKit account per instance
  • Multiple Target projects / LeanKit boards per instance
  • Map any status in the Target system to any lane on a LeanKit board
  • Monitors the Target system, looking for new items and updates
  • When new items are added to the Target system, new cards are added to LeanKit
  • Monitors LeanKit boards for card moves and updates
  • When new cards are added to LeanKit, new items are added to the Target system (optional)
  • Supports state workflow (e.g. Active > Resolved > Closed)
  • Target system query to check for new/updated items can be fully customized

Building

To build the LeanKit Integration Service from source, you will need the following:

* If you do not need support for Visual Studio Online or Team Foundation Server, you can remove references to IntegrationService.Targets.TFS from your projects.

Configuring node.js

  • Download and install node.js. Allow node.js to be added to your PATH.
  • From a command line, execute the following commands:
npm install -g grunt
npm install -g grunt-cli
  • From a command line, change to the IntegrationService/Build directory and execute:
npm install

This will read the package.json file and install additional dependencies for building the project.

Questions?

Visit support.leankit.com.

Copyright

Copyright © 2013-2014 LeanKit Inc.

License

LeanKit Integration Service is licensed under MIT. Refer to license.txt for more information.

leankit.integrationservice's People

Contributors

danhounshell avatar jshca avatar reverentgeek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

leankit.integrationservice's Issues

Error in Query Building on German System

in IntegrationService.Targets.JIRA.Jira

jqlQuery = string.Format(project.Query, queryAsOfDate.ToString("yyyy/MM/dd hh:mm"));

results in a formated DateTime String like "yyyy.MM.dd hh:mm" if executed on a german System (which results in an exception in Jira

Date value '1.2.2015 12:55' for field 'updated' is invalid. Valid formats include: 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d'.

queryAsOfDate.ToString("yyyy-MM-dd hh:mm") could be used instead, which is not translated into a culter relevant format

Support for GitHub Enterprise

The GitHub Target is hard coded to go to api.github.com (the github.com website), not a local GitHub Enterprise server (similar to an on-prem TFS).

The api is the same between the two, so it looks like it would be as easy to allowing a configuration as to either GitHub.com or GitHub Enterprise.

I'd submit a pull request if I had a better feel for how you expose the configuration options, but it seems pretty simple.

Only gotcha worth noting is that the api endpoint is slightly different:
GitHub.com: api.github.com
GitHub Enterprise: {hostname_for_github_enterprise}/api/v3/

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.