| After upgrading from jira-steps-plugin 1.4.5 to 1.5.0, any previously working jqlsearch e.g.
project = "ESDK1" AND "Request Type" = "ESDK App Submittal (ESDK1)" AND summary ~ "aebap-0.0.1-2018"
or even only
now runs into the following error: 21:30:20 Error Code: -1 21:30:20 Error Message: null value After Upgrading, we had to enter JIRA username and API token for Authentication again. However, jirasearch still does not work. Accessing JIRA via REST API using the search end point works appropriately:
curl -u <user>:<token> "https://<company>.atlassian.net/rest/api/2/search?jql=project='ESDK1'%20AND%20'Request%20Type'='ESDK%20App%20Submittal%20(ESDK1)'%20AND%20summary~'aebap-0.0.1-2018'"
Downgrading to jira-steps-plugin version 1.4.5 resolved the problem. |