Opened 5 years ago
Last modified 14 months ago
#2659 new enhancement
Integrate Trac with SugarCRM bug module
| Reported by: | anonymous | Owned by: | anybody |
|---|---|---|---|
| Priority: | high | Component: | Request-a-Hack |
| Severity: | major | Keywords: | sugarcrm |
| Cc: | russell@…, rjollos | Trac Release: | 0.12 |
Description
I would be interested in having an integration between SugarCRM's Bug module and Trac tickets. A two-way integration would be great, but even if tickets created in Trac were added to SugarCRM would be good. I would like to be able to use Trac for bug tracking, but would also like to link bugs to Cases, Accounts, Contacts, etc. in SugarCRM.
Attachments (0)
Change History (19)
comment:1 Changed 5 years ago by glenn
comment:2 Changed 5 years ago by graham@…
Great idea, as Glenn has already stated integration between these two superb packages can only add icing to the cake.
comment:3 Changed 5 years ago by alex.trac-hacks@…
++ on this from me.
Very interested anyone got a chipin/reverse bounty running on this?
comment:4 Changed 5 years ago by rh@…
++ also from me
would be a great thing
comment:5 Changed 5 years ago by agcantarelli@…
++ also from me... very usefull.
comment:6 Changed 5 years ago by mc
Go for it. Very good idea.
comment:7 Changed 5 years ago by kuba
++ and also for me
comment:8 Changed 5 years ago by carlos.migliavacca@…
how can I help to develop? I want an integration with SugarCRM!
comment:9 Changed 4 years ago by delia
++ on this for me too!
comment:10 Changed 4 years ago by anonymous
Oh I would like this too!
comment:11 Changed 3 years ago by Ben
This would be amazing! Please update this if someone finds/builds it.
comment:12 Changed 3 years ago by lara@…
- Priority changed from normal to high
- Severity changed from normal to major
- Trac Release changed from 0.11 to 0.12
i too would love this. i love Trac and am beginning to use SugarCrm CE and find that the bug tracker that comes with sugar is not up to par. any updates to this request?
please let me know!!
:)
comment:13 Changed 22 months ago by munichrich
Hi there,
Does anyone know if this was ever attempted?? I could REALLY do with a way of linking my TRAC / SVN & Sugar Bug modules together.
If you need additional up-votes on this one to push it up the queue count me in!!
:)
comment:14 Changed 19 months ago by anonymous
- Cc russell@… added
I have incomplete integration, on both the trac and sugarcrm side, but it's something... on the trac side, I can select an account from sugar, and on the sugar side, i can see a read-only copy of the ticket and work log.
It's incomplete for a number of reasons:
- sugar and trac DBs have to be on the same server
- I needed to patch trac, following http://trac.edgewall.org/ticket/4549
- a few small hacks on the sugar side
i'm not sure if this will help anyone
comment:15 follow-up: ↓ 16 Changed 18 months ago by rjollos
- Cc rjollos added
comment:16 in reply to: ↑ 15 Changed 18 months ago by jkrueger57
Any more movement on this recently ? I have recently been tasked with maintaining SugarCRM for our tech support group and high on the list of wanna haves is integration with our development group's Trac tool.
@rjollas - any details on steps 1 and 3 ? Why do the DBs need to be on same server ? And what were the minor hacks on sugar ?
Thanks
comment:17 Changed 18 months ago by russell@…
I posted the anonymous comment, sorry.
I am using MySQL as my backend; I created a VIEW of the sugarcrm accounts table in my trac database, so I'd be able to run an SQL SELECT on it to pull the accounts. I'm not an expert on trac at all, and I didn't find any other way to create a dynamic drop down box for accounts. The other limitation I have is that you can't set value/label combinations for drop downs in trac, so you can't have two accounts with the same name in sugarcrm.
On the sugar side, I followed directions I found on the sugar forums to integrate JIRA in: http://www.sugarcrm.com/forums/129802-post10.html and just (heavily) modified it to use the XML-RPC plugin of trac. It would have probably been better to create a module, but this served our purposes, and I didn't really want to get into learning SugarCRM plugins at this point.
If people are interested in my work, I'll be happy to post it as attachments to this ticket, as well as to start a project somewhere if it is maintainable.
comment:18 Changed 18 months ago by jkrueger57
Thanks for the info, gives me a place to start thinking about what we may be able to do as well.
comment:19 Changed 14 months ago by munichrich
@russell
Hi Would you be so kind as to post the attachments ?? I for one would be VERY happy if you started this as a project..
Thanks for the Help..
Rich


Sounds very interesting, I actually would love to see some integration as well, both are quite excellent packages. Even a sort of synchro script would be a nice thing to have.