You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
Reaching out to the community as we seeing some errors in our Automation for Jira configuration that doesn't provide a great deal of context!
Hope the community can help!
Our use case
We are attempting to use the Send Web Request action of Automation for Jira in order to add / remove users to a particular Insight attribute (i.e. for maintaining who has access to a particular IT system of our asset manager)
The error we see when A4J runs the automation
Error publishing webhook. Response HTTP status:405
Error response HTTP body:{"errorMessages":[],"errors":{}}
Does anyone have any context about what we should look to check?
We believe our json is correct, we are running the request through https as expected, the authorization is correct.
Thanks in advance
Hi @Daniel Smith ,
your request seems right and according to the documentation it should be possible to send PUT requests to /rest/insight/1.0/object/{objectId}
I think the problem is in the url you are creating with the usage of your custom field. If {{issue.customfield_14607}} is empty, you end up sending PUT request to /rest/insight/1.0/object/, which could result in error 405 - method not allowed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.