BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News GitHub Announces Issue Tracker and New API

GitHub Announces Issue Tracker and New API

Leia em Português

Bookmarks

GitHub, the favorite repository hosting provider for many Ruby programmers, now also offers an issue tracker. The issue tracker is integrated with the project's repository: it is possible to modify tickets from within commit messages, and the commits then also contain links back to the ticket.

Other features include:

  • Create and apply labels to issues to assign to users or categorize
  • Vote on issues that you want to see tackled
  • Search, sort, and filter
  • Keyboard shortcuts

The interface seems to be very fast and easy, a demo session can be seen on their announcement blog.

Just two days after the announcement, GitHub released version 2 of their API, including Issue, "Repository, User, Commit, Object and Network APIs". The documentation for the API can be found on the GitHub developer site.

Various projects have already been started to migrate from an existing issue tracker to GitHub, for example Lighthouse and Trac.

With the issue tracker, GitHub gains another advantage over RubyForge. GitHub can now host your code, provides a RubyGems server (see the InfoQ coverage on GitHub vs RubyForge as Gem Source), a website, and now also the issue tracker.

Besides for hosting the official Gems - do you use RubyForge today?

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • RubyGem to interact with Issues Tracking and other features of the API

    by Felipe Coury,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    I have created a Ruby gem to leverage the GitHub API, Ruby style. Take a look:
    github.com/fcoury/octopi

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT