Today's Changelog brings you roadmap markers and command line support for Projects!
📍 Markers on roadmaps
Keep track of upcoming dates in your roadmap by visualizing the due dates of your milestones, iteration durations and breaks, and additional date fields as vertical markers. Configure these from the Markers
menu to display them on the view.
💻 Manage projects from the command line
Interact with projects, items, and fields from your favorite terminal with the GitHub CLI projects
extension.
To install the extension in gh
:
$ gh extension install github/gh-projects
Usage:
$ gh projects -h
Work with GitHub Projects. Note that the token you are using must have 'project' scope, which is not set by default. You can verify your token scope by running 'gh auth status' and add the project scope by running 'gh auth refresh -s project'.
Usage:
projects [command]
Available Commands:
close Close a project
copy Copy a project
create Create a project
delete Delete a project
edit Edit a project
field-create Create a field in a project
field-delete Delete a field in a project
field-list List the fields in a project
help Help about any command
item-add Add a pull request or an issue to a project
item-archive Archive an item in a project
item-create Create a draft issue item in a project
item-delete Delete an item from a project
item-edit Edit a draft issue in a project
item-list List the items in a project
list List the projects for a user or organization
view View a project
Flags:
-h, --help help for projects
Use "projects [command] --help" for more information about a command.
Share your feedback in the repository.
Learn more about extensions (and how to build your own!) in this GitHub blog.
✨ Bug fixes and improvements
- Implemented auto-scrolling in a board column when reordering items
- Fixed a bug where an existing workflow couldn't be renamed
- Fixed a clipped tooltip for the top item in a roadmap view
- Fixed a bug where an auto-add workflow with
/
in the name couldn't be duplicated (Enterprise users only) - Added a confirmation dialog when deleting an additional auto-add workflow (Enterprise users only)
See how to use GitHub for project planning with GitHub Issues, check out what's on the roadmap, and learn more in the docs.