Ask HN: Looking for an Alternative to Jira
11–20 of 79 posts
Re: Ask HN: Looking for an Alternative to Jira
#12Re: Ask HN: Looking for an Alternative to Jira
#13Killer feature for me: "Seamless Email Integration". As a client or a provider you never need to open the web interface. Just the managers do.
Re: Ask HN: Looking for an Alternative to Jira
#14Re: Ask HN: Looking for an Alternative to Jira
#15Re: Ask HN: Looking for an Alternative to Jira
#16Re: Ask HN: Looking for an Alternative to Jira
#17Re: Ask HN: Looking for an Alternative to Jira
#18If your source repositories are on Github, please consider Github issues. You'll need to setup a lot of labels to handle the different status, priority and component fields that you'd normally get in JIRA, and you'll have to use Github "projects". You'll also have to use issue checklists instead of subtasks. I'd do it myself if our organization's process wasn't so deeply integrated with JIRA.
If you are using GitLab, then GitLab also has its equivalent called Issues.
Re: Ask HN: Looking for an Alternative to Jira
#19Both front-end and back-end are open source. It can be customized easily and can be integrated with video conference, IRC, slack, CI, Gitlab, GitHub, kallithea-scm or just with git and mercurial easily.
Backend is built using Python Django framework with celery and front-end as SPA in angularjs. Give it a try I think it's also a very good example production system in Django with angularjs to learn from.
Re: Ask HN: Looking for an Alternative to Jira
#20If your source repositories are on Github, please consider Github issues. You'll need to setup a lot of labels to handle the different status, priority and component fields that you'd normally get in JIRA, and you'll have to use Github "projects". You'll also have to use issue checklists instead of subtasks. I'd do it myself if our organization's process wasn't so deeply integrated with JIRA.
The problem is that the main projects I work on are for non-profit volunteer groups, so anything without a direct attendee benefit is an extremely hard sell. :(