LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-05-2010, 02:24 PM   #1
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Change management ticketing systems


Howdy,

Can anyone suggest a product that will allow a developer to raise a ticket (or similar sort of trackable item) which can be used to track the progress of a software build through a number of environments? Basically It's just a case of creating a ticket, using that to trigger a software build, then requiring some form of sign off to allow a second stage, and then another sign off for a third. It's not about building things, just tracking an issue through various stages of testing through to production.

I'm looking at replacing an environment which currently uses jira for this purpose, but I've no knowledge of it, and am keen on other GPL tools instead. Jira is, as a product, massively overkill for what is required too. So I'm keen on one which might fit in with the rest of my toolset - cobbler, func, puppet etc. I was looking at trac, which seems like it might have some relevant angles to it, but I really can't tell because having not done this sort of project before I don't honestly know what to call what i'm after. I don't *think* that something like bugzilla would be appropriate as it's too specifically about bug tracking, rather than a generic workflow with signoff stages and such.

Any thoughts?

Last edited by acid_kewpie; 10-05-2010 at 02:32 PM.
 
Old 10-06-2010, 07:49 AM   #2
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
TRAC is pretty flexible; has a lot of plugins. Also you can do TRAC + Agilo Free and get a pretty powerful solution.
 
Old 10-06-2010, 07:57 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Original Poster
Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Well this is within Agile, so Agilo might be wroth looking into. I'm just very green on ticket management and workflow stuff. I've been playing with trac this morning and am beginning to see where it would fit in, it seems that it's mostly just a case of replacing a lot of the terminology from the language of bug fixing and feature enhancements to testing phases and environments, hopefully we're onto a winner with trac.
 
Old 10-06-2010, 09:00 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Hey, we used to use rocks back in the early 90's....seriously.....

Whatever you wind up with, you're in better shape. And on a Jira-related note, we've written plug-ins for Jira to accomplish what you're after. We've had good luck with it, and while it IS overkill, it does give you a lot of room to grow.
 
Old 10-06-2010, 11:23 AM   #5
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
I've only used Trac and can only speak on behalf of it. However it seems both would be able to handle what the goal is. If you have the time why not try them both and give us a review of which worked better for you?

nomb
 
Old 10-06-2010, 12:03 PM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Remedy is a pretty fully featured system, though it isn't free in any sense of the word. I have seen it used on sites I've worked at and it's good for Incidents, IMACs, change and resource management.
 
Old 10-06-2010, 12:58 PM   #7
frndrfoe
Member
 
Registered: Jan 2008
Distribution: RHEL, CentOS, Ubuntu
Posts: 379

Rep: Reputation: 38
You might also want to check out Redmine. We have a bunch of developers who are jumping to it
Quote:
and it is in the Ubuntu repos so it's easy to get running.
http://www.redmine.org/

Disregard that "easy" part, now I am looking at http://bitnami.org/stack/redmine to get it running. Hopefully easier.

Last edited by frndrfoe; 10-06-2010 at 01:35 PM.
 
Old 10-06-2010, 02:12 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Original Poster
Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by XavierP View Post
Remedy is a pretty fully featured system, though it isn't free in any sense of the word. I have seen it used on sites I've worked at and it's good for Incidents, IMACs, change and resource management.
You can stick anything with BMC written on it right up your arse... But thanks for the suggestion!
 
Old 10-06-2010, 02:15 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Original Poster
Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by frndrfoe View Post
You might also want to check out Redmine. We have a bunch of developers who are jumping to it
http://www.redmine.org/

Disregard that "easy" part, now I am looking at http://bitnami.org/stack/redmine to get it running. Hopefully easier.
Looks like that could be worth a spin. Not much use being in Ubuntu repos when I'm running a CentOS environment though!
 
Old 10-06-2010, 02:20 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
If you want to liven up the office, you could integrate this too:

http://www.pragmaticautomation.com/c...InTrouble.rdoc
 
Old 10-06-2010, 04:10 PM   #11
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Original Poster
Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by TB0ne View Post
If you want to liven up the office, you could integrate this too:

http://www.pragmaticautomation.com/c...InTrouble.rdoc
That is silly.
 
Old 10-06-2010, 05:43 PM   #12
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Quote:
Originally Posted by acid_kewpie View Post
You can stick anything with BMC written on it right up your arse... But thanks for the suggestion!
I never said it was enjoyable, just that it works
 
Old 10-07-2010, 02:14 AM   #13
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Original Poster
Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by XavierP View Post
I never said it was enjoyable, just that it works
hate hate hate hate. It would be far too large a project to implement for just little old me either way though. We have very simple requirements, just specific ones, and a proper enterprise grade tool would never work just to automate some VM installations.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 5 Open and Free Help Desk Ticketing Systems LXer Syndicated Linux News 0 07-20-2010 07:30 AM
Installation and package management systems shmerl Linux - Software 16 02-22-2009 10:30 PM
content management systems hirts123 Linux - General 10 10-02-2005 04:20 PM
Remote Systems Management professorfrink Linux - Software 0 03-23-2004 09:45 AM
Database Management Systems Rutnut General 3 01-12-2002 01:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration