Since 1.5.2 I get the following error when using the jiraGetFields command:
[Pipeline] jiraGetFields 14:37:08 JIRA: Site - JIRA_PROD - Querying All Fields including Custom fields. 14:37:08 Error Code: -1 14:37:08 Error Message: Illegal base64 character 5c
Seems to be related to the changes merged through https://github.com/jenkinsci/jira-steps-plugin/pull/94
Kevin Huber Thank you pointing out the code, Can you try to update the site credentials after upgrade to see this is going to fix? I guess probably it was a non-passive change, I didn't check that to see if it is going to decode the previous values
Hey Naresh Rayapati, glad to hear from you. I tried the following:
But even after recreating everything i still get the exact same error. I switched back to Basic Authentication for now.
Reverted this change: https://github.com/jenkinsci/jira-steps-plugin/pull/104
Release 1.5.4, should be available in update center soon.
https://github.com/jenkinsci/jira-steps-plugin/releases/tag/jira-steps-1.5.4
Hey Naresh Rayapati, thanks for your help.
I updated to 1.5.4 and changed back to OAuth without any problems.
Kevin Huber Thank you for the feedback, appreciate it!