Github Integrated Ticket System

Is there a more fully featured ticketing system than Github, but which integrates with Github issues? The traction request function, like the others, works great for Github, but I feel that some problems / projects require more (e.g. prioritization, attachments and user problems / ticket settings).

+5
github ticket-system
Jul 16 2018-12-16T00:
source share
2 answers

waffle.io uses a simple kanban-like user interface to organize existing GitHub problems, and with some plans, the priorities made on the site to the GitHub tracker may accumulate. It's very simple, so this may not be enough if you need something more than the Kanban style priorities in GitHub issues.

+2
Nov 07 '13 at 3:13
source share
— -

GitHub only approached a full-featured ticket with a project concept introduced in GitHub Universe 2016 (see blog post )

https://cloud.githubusercontent.com/assets/3477155/18481731/44629a3e-79ab -11e6-8ce9-9ad5f07a135d.gif

With projects, you can manage work directly from your GitHub repositories.
Create cards from Pull Requests, Issues, or Notes and organize them into custom columns , regardless of whether In-progress, Done, Never going, or other frames used by your team are executed. <w> Drag the cards inside the column to determine their priority or move them from one column to another as your work progresses.

And with Notes, you can record every early idea that appears as part of your standup or team synchronization, without polluting your list of issues.




January 2017: The web hosts associated with the project column and project map are now the preview API.

+1
Sep 16 '16 at 6:45
source share



All Articles