is there an easy way to add Teamcity build artifacts as attachments to a JIRA issue?

gnigatsATbitbucket January 4, 2018

I need to preserve Teamcity build artifacts as attachments of a release JIRA ticket (issue).   Can I do that with Teamcity Integration plugin for JIRA?  Otherwise, what other tools should like use?   If there is not such existing tool, how to I  create one? 

2 answers

0 votes
Uladzislava Kastsitsyna _Stiltsoft_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
March 19, 2024

Hi,

You might be interested in using our app called TeamCity Integration for Jira. It allows you to view build information from TeamCity directly in Jira and quickly follow the link to a particular build to find needed artifacts in TeamCity.

Best regards,
Uladzislava

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 4, 2018

Hello,

Just a thought.

Jira is not created for storing artifacts. Jira is a tracker. I think the right way for you would be to build the artifact in TeamCity and store artifacts in Artifactory or Nexus Repository. 

If you want to handle releases in Jira you should use Versions. You can read more here

https://confluence.atlassian.com/adminjiraserver071/managing-versions-802592484.html

Anyway Jira has rich REST API. If you want to attach a file to an issue you could call a REST call from TeamCity and attach a file to an issue. You do not need any plugins.

You can find more info about Jira Rest API here:

https://developer.atlassian.com/cloud/jira/platform/rest/

Suggest an answer

Log in or Sign up to answer