Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Projects

ktoso edited this page May 7, 2011 · 2 revisions

Projects

You may need to query for specific projects in order to move Tasks from one to another etc.

Get the current project

Current means "if I specify no Project explicitly, call all methods on this project". It greatly simplifies the API. If you need a reference to it, just use:

Project current = janbanery.projects().current();

Get a project by it's ID

The ID can be got from the workspaces() method, as a Workspace contains a list of project ID's it contains.

Project byId = janbanery.projects().byId(currentId);
Clone this wiki locally