Create issue action failing on Quebec patch4 ; issue is that "GetApiVersion()" is returning 2 but when it goes to REST step, it is being covnerted to "2.0" making path as rest/api/2.0/DescriptionCreate issue action failing on Quebec patch4 ; issue is that "GetApiVersion()" is returning 2 but when it goes to REST step, it is being covnerted to "2.0" making path as rest/api/2.0/Steps to Reproduce Create issue action failing on Quebec patch4 ; issue is that "GetApiVersion()" is returning 2 but when it goes to REST step, it is being covnerted to "2.0" making path as rest/api/2.0/Workaround1. Go to script include and select "JiraUtils".2. Go to method "getAPIVersion" Line number 134 and replace , return gr.default_value; with ==> return (gr.default_value).toString();and3. Go to Line number 136 of the same script "JiraUtils" and replace, return 2; with ==> return "2";4. Click on "Update" after making these changes.Related Problem: PRB1516871