Hi all, I am trying to do a put request in Zapier since I want to assign a JIRA ticket in Jira Service Management based on the previous steps I created.
In Postman I have managed to do a PUT request with Basic Auth (username + password which is API token) and this body:
{
"fields": {
"assignee": {
"accountId": "example"
}
}
}
Could you please give me some guidance on how to resolve this issue? Many thanks in advance!
Here are the screenshots:
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/eb5453fb-f282-45ef-8c15-52ccc94da50d.png)
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/045f615c-4f99-4106-9823-83a397f3411c.png)
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/286b585c-6ea8-4143-9e95-ac3adea9b5f6.png)
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/18c5ab48-74e8-4ae4-b772-4c4e3858505f.png)