Is there a way to update status from Jenkins build(pass/fail) to JIRA 7.0
If so, please let me know the steps to do the same.
Thanks in advance.
Yes. there are several approaches for this. One can be found at: https://wiki.jenkins-ci.org/display/JENKINS/Jira+Issue+Updater+Plugin
Do a google search on JIRA jenkins API to find others.
We extensively use this plugin and it works like a charm. Easy to configure and use. Never let us down.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gabrielle, Do you folks create new issue or update the present one.? Because the JIRA Test Reporter plugin does not work for me. Any suggestion for how to create Issue on failed TC's
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting the below error and I validated that the URL is working fine from the browser (getting Json output). Can anyone please confirm if you have faced this issue with the plugin,
------------------------------------------------------- JIRA Update Results Recorder ------------------------------------------------------- Unable to connect to REST service java.io.FileNotFoundException: http://Jira_IP/rest/api/latest/issue/Issue_Name/search?jql
below
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to fix this by correcting my JQL. It seems like the JQL for Jira Issue Results Updater doesn't accept double quotes ("). Changing it to a single quote (') will fix the issue.
Used REST URL: http://localhost:[port]/rest/api/latest
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try using this JIRA Plugin. https://wiki.jenkins.io/display/JENKINS/JIRA+Plugin
You may also need to add Jenkins Add-on in JIRA as well. https://marketplace.atlassian.com/plugins/com.marvelution.jira.plugins.jenkins/server/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ravindu : I have integrated Jira Jenkins and issues are able to get updated. But I dont want all issues to change their status. I just want specific issue to change. How do i achieve this? Please advise
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ Syeda: Do you got any resolution?
even I'm looking for the same. If you got any resolution please, let us know.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.