Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not A Defect
-
None
-
Jenkins version: CloudBees Jenkins Enterprise 2.138.4.3-rolling
Description
I have got following message while run jenkins pipeline to update Jira status
jiraTransitionIssue idOrKey: 'Test-28', input: [ transition: [ id: '1291' ], comment: [ body: 'test comment' ] ]
Error Code: 400 Error Message: {"errorMessages":[],"errors":{"comment":"Please provide a comment for this transition"}} [
The error message is from JIRA itself, based on the JIRA version you need to make sure that the input is changed so that it works correct, there is nothing we can do in this plugin to fix this.