tags:

views:

16

answers:

2

We are happy with Jira and there is no willingness to move away from it. At present we have Jira integrated well with Perforce. However we are considering moving to Kilm.

Losing the integration with Jira would be a blocker.

+1  A: 

Perforce not Proforce, right? Kiln has an API that could be used to integrate with JIRA, but I would also consider using Fisheye (from Atlassian) to interact directly with the Mercurial repositories used by Kiln. You could also use the JIRA Mercurial plugin that I wrote to interact with those repositories if you didn't want Fisheye for some reason.

This is an area that I know Atlassian are interested in finding out what people want. If you want to drop me a note about this I can forward it to their Dev Tools group.

~Matt

mdoar
A: 

Since Kiln uses Mercurial under the hood, you might also want to consider Atlassian's BitBucket, which is a hosted Mercurial repository.

gareth_bowles