Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 1005 Bytes

tuleap-eclipse

Overview

This is the code of the open-source Eclipse Mylyn connector fur Tuleap.

It allows you to manage your Tuleap artifacts (Tasks, Bugs, User Stories, etc.) directly from within eclipse.

Release 2.1.0 brings support of agile features, thus allowing the management of:

  • Release or Sprint planning
  • Cardwalls
  • Burn-down charts

Code Structure

The branch master contains the code of the non-agile connector. The branch agile contains the code of the agile connector, which includes every non-agile features but adds support for plannings, cardwalls and burn-down charts. Branch agile depends on another code base, the Agile Planner, which is also available on github at https://github.com/Obeo/agile-planner

Useful Links