Hello,
We are using automate.io for integrating google sheets and JIRA issue tickets. Whenever, the JIRA status updated, the same will be updated in the google sheet with all columns. We are able to update the columns in the sheet except "fixversion" column. Instead of version number, the URL as mentioned below appears in the column
https://qbizsol.atlassian.net/rest/api/2/version/10102,
This is happening due to the additional character (comma) suffixed at end of the URL by JIRA and found that the API calls work as expected if we removed the suffixed character (This was tested in REST client). Is that a bug or anything we missed?
Thanks,
Sabari.