I Have simple pipeline where i want to update the comment of jira ticket that "comment is from jira"
pipeline {
agent any
stages {
stage('Hello') {
steps {
jiraAddComment comment: 'jenkins comment', idOrKey: 'IMS-576', site: 'https://ihx.atlassian.net/'
}
}
}
}
even though the jira site are configured via 0auth , still i am not able to find the drop down option for jira site inside a pipeline configuration.
due to which job is failing
Hello, Good day. Is this new setup or this was working fine earlier? Please check the following link help : https://github.com/jenkinsci/jira-trigger-plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.