You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
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:
Projectcurrent = 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.