Can TeamCity connect with JIRA for issue tracking?

I’ve been looking into continuous integration tools and I’m curious about TeamCity’s ability to work with JIRA. Does anyone know if it’s possible to set up a connection between these two platforms? I’m familiar with how Bamboo integrates with JIRA, but I can’t seem to find any clear information about TeamCity doing the same.

Also, I’ve heard a rumor that JetBrains might be developing their own issue tracker called Charisma. Has anyone else heard about this or know if there’s any truth to it? I’m trying to figure out the best setup for our development workflow and any insights would be really helpful. Thanks!

TeamCity’s integration with JIRA is indeed robust and well-documented. I’ve implemented this setup in my previous role, and it significantly streamlined our workflow. The key advantage is the bidirectional communication between the two systems. You can link commits and builds to JIRA issues, and TeamCity can update JIRA tickets automatically based on build outcomes.

One particularly useful feature is the ability to trigger builds from JIRA, which we found invaluable for our QA team. They could initiate builds directly from the issue tracker without switching contexts.

Regarding Charisma, I haven’t come across any credible information. JetBrains typically announces new products well in advance, so it’s likely just speculation at this point. For now, the TeamCity-JIRA integration should suffice for most development needs.

yea, teamcity can definitely connect with jira. there’s a built-in integration that lets u link builds to issues and update jira tickets automatically. its pretty slick once u set it up. haven’t heard anything bout that charisma thing tho, sounds like just a rumor to me

As someone who’s been using TeamCity for a while now, I can confirm it integrates well with JIRA. The setup process is straightforward, and once configured, it’s a game-changer for tracking issues across your CI/CD pipeline.

One thing I particularly appreciate is how TeamCity can automatically update JIRA tickets based on build statuses. This has saved my team countless hours of manual updates. Plus, you can easily navigate between TeamCity builds and corresponding JIRA issues, which is incredibly useful during debugging sessions.

Regarding Charisma, I haven’t heard anything concrete. JetBrains tends to keep their cards close to the chest with new products. If they are developing an issue tracker, it would likely integrate seamlessly with their existing tools. But for now, the TeamCity-JIRA combo works great for most scenarios I’ve encountered.