Triangle
Triangle

Reputation: 1507

what are the steps to integrate JIRA and Jenkins?

I want to integrate JIRA with Jenkins so as to update tickets automatically when a job is build successfully or failed. I have established JIRA and Jenkins server separately both working properly.I have the following JIRA plugins in Jenkins installed:-

1) Jira Issue Updater This plugin can update Jira issues by changing their workflow status and adding comments. 1.11

2) JIRA plugin This plugin integrates Jenkins to Atlassian JIRA. 1.39

3) JIRA Plugin for Jenkins This plugin implements the Application Link API to support integration with Atlassian JIRA 1.5.3

4) JiraTestResultReporter plugin This plugin creates issues in Jira for failed unit tests.

Following add-on in JIRA server:-

1) JIRA Plugin to integrate Jenkins CI Version: 1.5.3 Vendor: Marvelution Add-on key: com.marvelution.jira.plugins.jenkins

2) JIRA Plugin to integrate Hudson CI Version: 5.0.4 Vendor: Marvelution Add-on key: com.marvelution.jira.plugins.hudson

I want to build a job in Jenkins and wants the issue to be generated automatically in JIRA if the build Passes/Fails. Please let me know if you need more information.

Upvotes: 0

Views: 3523

Answers (1)

Nuwan
Nuwan

Reputation: 1354

Try with this plugin..it may helps you to get what you need..

Upvotes: 0

Related Questions