Suggest an open-source issue tracker, with github integration and kanban boards?
281 views
Skip to first unread message
Alec Taylor
unread,
Nov 13, 2013, 7:46:30 AM11/13/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to comp.lang.python
Started to build this on my own; then was like, hang on! - This is
probably something very commonly requested…
Can you recommend an open source project (or two) written in Python;
which covers multi project + sub project issue tracking linked across
github repositories?
[on the github side, want to be able to reference "commit <hash>
solved by patch from issue #"; fine to have that extra annotation only
present on my server]
Also would be perfect if it has kanban board support, issue
prioritisation and distribution/assignment amongst team members; as
well as related analytics.
Thanks for all suggestions! =)
Alec Taylor
Jason Friedman
unread,
Nov 15, 2013, 10:21:16 PM11/15/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to comp.lang.python
Can you recommend an open source project (or two) written in Python;
which covers multi project + sub project issue tracking linked across
github repositories?
Why does it need to be written in Python?
Thomas Mlynarczyk
unread,
Nov 16, 2013, 12:24:50 PM11/16/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Jason Friedman schrieb:
Otherwise it wouldn't be on topic here, would it?
Greetings,
Thomas
--
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)
Alec Taylor
unread,
Nov 16, 2013, 8:21:18 PM11/16/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Thomas Mlynarczyk, comp.lang.python
Also my team is a Python dev team; so why not choose an open platform
written in Python from which we can easily contribute to?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> Can you recommend an open source project (or two) written in Python;
> which covers multi project + sub project issue tracking linked across
> github repositories?
Don't know if it covers all what you need, but http://trac.edgewall.org/ is written in Python, and has many, many plugins.
Alec Taylor
unread,
Nov 17, 2013, 9:32:34 AM11/17/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Miki Tebeka, comp.lang.python
Thanks, I have actually been leaning towards Apache Bloodhound (which
is built on Trac)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Not written in Python, but Fossil (http://www.fossil-scm.org/) offers an
all-in-one, lightweight DCVS/issue-tracking/wiki/blog package. Written
the author of SQLite.