The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to update the status of jira ticket from jenkins build(manual build)

prabha vk
November 15, 2020

How to update the status of jira ticket from Jenkins build(manual build)

> i need to update the status of jira ticket as per the Jenkin job 

> current status is "ready for staging deployment"

> it should move to "deployed on staging" after the triggering build from jenkins 

 

jiraAddComment idOrKey: 'MSDP-198', input: comment, site: 'JIRA'

jiraJqlSearch jql: 'issue = MSDP-198 'AND' status in (READY FOR STAGING DEPLOYMENT, DEPLOYED ON STAGING)', site: 'JIRA'

 

is this correct ? i am trying from jenkinsfile

Please suggest.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Hana Kučerová
Community Champion
November 16, 2020

Hi @prabha vk ,

if you need to update status, I believe you will need to use jiraTransitionIssue - Jira administrator should give the id of the transition, which should be executed,

jiraJqlSearch just searchs the data, but don't change them in any way