A chrome extension to enhance your GitHub Projects.
You can import issues to a column via search result. The query for imported issues will be repo:[your/repo] no:project [your search query]
.
You can show your story points per issue on the top of each column. Also you can even show the velocity chart! You can choose how to calculate the story points via EGP config menu. Currently it supports two options.
- Count by issue: Count each issue as one point
- Count by point on title: Count points based on
[Npt]
on each issue title
-
Get your access token Please create your access token for GitHub API via https://github.com/settings/tokens/new . Please allow
repo
scope to the token. -
All set!
- The story points cannot be updated when a card is archived from the project.
- Does not support organizational projects
MIT