GitHub Issues
Categories
Component ID
2914097
Component name
GitHub Issues
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
228
Component created
Component changed
Component body
The GitHub Issues module provides a GitHub core API layer
for managing git issues from your Drupal website.
Installation
Install as usual.
Place the entirety of this directory in the /modules folder of your Drupal
installation. Navigate to Administer > Extend. Check the ‘Enabled’ box next
to the ‘GitHub Issues’ and then click
the ‘Save Configuration’ button at the bottom.
Populate module settings form with git base url and git user access token.
Features
- List opened and closed issues in your Drupal site
- Create, edit and close issues from your Drupal site
Architecture
This module is a plugin for the Git Issues module.