Hello!
I have a jira automation for issues, which uses web request action. I'm trying to send HTTP request to my endpoint with web request body in jira automation format, which looks like this:
The problem that is url provided in self are not valid: it's missing part about issue. The valid one should look like this:
https://sportsru.atlassian.net/rest/api/2/issue/92165
However, when I'm validating request via automation editor, I receiving payload with correct url.
Is this a bug or am I doing something wrong?