Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to add to comment to jira ticket from jenkins pipeline

sidhu sangani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 25, 2023

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.

image.pngimage.png

due to which job is failing

1 answer

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 26, 2023

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

Suggest an answer

Log in or Sign up to answer