Our company uses Salesforce.com CRM heavily. Our customers also use it as a bug- and feature-tracking system. There's no way to change that, and also they are quite ok with that approach.

But our development team hates using Salesforce as task-tracking system (it's not suited for that). So now we're looking for an online Kanban board which is able to import/export Salesforce cases into Kanban tasks.

If you know of such Kanban software (or any agile software, for that matter) which can sync with Salesforce, please leave a reply. Thanks in advance :)

link|improve this question

I've started building a kanban tool to manage cases directly within Salesforce: bit.ly/Lj3LJE I'd love to get some feedback on features that would be useful. – xn. May 22 at 17:39
feedback

6 Answers

up vote 1 down vote accepted

You could build one in Salesforce pretty quickly using Visualforce and a custom controller, we use Scrum and built a scrum board for our own use (similar to Kanban, but less 'flow') with drag and drop stories to update their statuses and move them along the board.

link|improve this answer
Yes, that's what we already did :) Though, we used the REST API instead of visualforce pages. – Shedal Dec 15 '11 at 10:09
feedback

I've used AgileZen and was quite impressed with their web UI. As far as I know they don't interface with Salesforce out of the box. However, they have a simple API that's REST-based. Assuming Salesforce has an API as well, you could probably write a program to export from Salesforce and import to AgileZen in a day or so. (I've done something similar.)

Two-way syncing is more difficult. We ran into the same issue with a different project-tracking package. Since the one we were using had a SQL Server back-end, our solution was to write a SSRS report that looked similar to a Kanban until we found a tool that integrated.

I'd recommend only using one tool for task-tracking. Don't try to sync two systems. If you want to use Kanban, great; export your tasks to there and keep them there.

link|improve this answer
2  
Please note that the Salesforce REST API is generally available and can be used to access salesforce data using simple HTTP methods, using either XML or JSON formats. Read more @ developer.force.com/REST – Chirag Mehta May 30 '11 at 10:20
feedback

LeanKit Kanban also has a robust API used by quite a few of our customers to integrate to other SaaS products. We don't yet have anyone doing a Salesforce integration but we are very interested in working on one and would love to talk to you about it.

link|improve this answer
feedback

I'm a user of a kanban tool as a support to sales office. Honestly speaking it's a very good idea to combine kanban & sales. Kanbantool is something i can recommend without any doubts.

link|improve this answer
feedback

Another one is KanbanTool. I'm not using it personally, but my colleagues from the sales department are.

link|improve this answer
feedback

If you are looking for a good, trust-worth online kanban software you should check kanbantool. You can integrate it with Salesforce using API. Everything is on their web page: Documentation, Examples and Bindings for jQuery. The company is very helpful, they have been responding to all my e-mails. Wish you success.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.