Hello community,
I have a problem with my send webhook request module.
I'm trying to create automation, which would change custom field value through API.
But when i'm trying i receive 404 error.
Sharing details
if i use URL and paste it to next tab, i can access i json, i don't understand automation is receiving error.
Please help.
For starters I would suggest you blur out your token completely, even though it isn't Fully shown it's still a token value that shouldn't be visible in your image.
For a 404 error it usually means that the issue key or the field you're trying to fill out isn't present.
From the example you've given can you try changing the syntax to match something like this
{
"fields" : {
"customfield_10039" :
[{"value" : "Test 1"}]
}}
https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-edit-issues-6291632/
----
Also you mentioned that it works when you update something? Please can you share a screenshot of that too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.