|
We are unable to get the JIRA stories moved from "Done" to "Deployed" using Jenkins-JIRA integration. We used the below JQL: issue = $ISSUE_ID issue = "$ISSUE_ID"
both failed with the error:
[JIRA] Updating issues using workflow action QA Ready. [JIRA] JQL: project="New" and issue = "$ISSUE_ID" FATAL: null AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException faultSubcode: faultString: com.atlassian.jira.rpc.exception.RemoteValidationException: Parsing failed: Error in the JQL Query: The character '$' is a reserved JQL character. You must enclose it in a string or use the escape '\u0024' instead. (line 1, character 33) faultActor: faultNode: faultDetail: {}com.atlassian.jira.rpc.exception.RemoteException:null {http://xml.apache.org/axis/}
hostname:itjira01
|