I’m sorry that you’ve run into this trouble with your Zap and thanks for letting us know that you’ve already contacted the Support Team about this.
I’ve not come across a workaround myself and I’m not sure that it will be possible but if anyone has any ideas, please let us know!
@arkhamknighthell & @Danvers any news on this; i have the same issue; i’ve raised it with support today. Fingers crossed you have found a permanent solution or workaround.
@moscamo
I actually ended up using the solution found in: https://community.zapier.com/ask-the-community-3/update-status-issue-on-jira-is-not-working-971
Basically instead of using the JIRA automation I created JIRA API request by doing the following:
- Webhooks by Zapier
- Selecting Custom Request
- Under method I used Put.
- Added my data in JSON format
- Authorization I had to create a JIRA API Key.
- Headers: Content-Type: application/json
This allowed me to make changes to the JIRA ticket I was trying to modify.