Mylyn GitHub Connector User Guide | ||
---|---|---|
Updating This Document |
The EGit Mylyn GitHub connector supports creating task repositories for working with GitHub issues and Gists. A GitHub issue task repository is required for each GitHub project repository you want to access issues for. A single Gist repository allows you to access all Gists on http://gist.github.com.
The latest version of the EGit Mylyn GitHub connector can be installed from following update site:
https://download.eclipse.org/egit/github/updates-nightly
The Mylyn GitHub connector supports bulk adding all your GitHub repositories to the Mylyn Task Repositorities view.
GitHub issue task repositories support creating queries that filter by the following fields:
Note that when multiple filters are used in the same query the returned issues will match all of the filters. The minimum required for a valid query is at least one status selected and a non-empty title.
The GitHub issue task editor supports the following:
Gists can be created by selecting text in a editor or files in an explorer and selecting either the GitHub > Create Private Gist or GitHub > Create Public Gist context menu. The Gist will be created in a background job and a notification popup will display with a link to open the newly created Gist.
Gist queries only support filtering by a specified GitHub login name.
The task editor for Gists supports the following:
Updating This Document |