Skip to content

kechol/enhanced-github-projects

Repository files navigation

EGP

Enhanced Github Projects

A chrome extension to enhance your GitHub Projects.

Features

Import issues to each column via search results

Import issues

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].

Show story points and velocity chart

Story point

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

How to use

  1. 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. Access token

  2. Put your access token via config menu Config

  3. All set!

Known issues

  • The story points cannot be updated when a card is archived from the project.
  • Does not support organizational projects

License

MIT