-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker
-
Component/s: jira-steps-plugin
Hi,
We are using Jira-Steps plugin to get the list of tickets from Jenkins but when we are trying to execute a simple JQL, we are getting the following error:
[Pipeline] jiraJqlSearch (hide)JIRA: Site - Search JQL: project = PROJECTNAME startAt: 0 maxResults: 1000 Error Code: -1 Error Message: Unrecognized character: 0xa
And there is the pipeline script:
pipeline {
  agent any  stages {
    stage('Hello') {
      steps {
        jiraJqlSearch jql: 'project = PROJECTNAME', site: ''
      }
    }
  }
}
We are using Jenkings 2.346.3 and Jira-Steps 2.0.141.vd0c6e6dc83f0Â
Let me know if you need more information.
Thank's in advance for your help.