I am working with Automation and web request actions and am using the following:
GET https://api.atlassian.com/jira/forms/cloud/{cloudID}/issue/{issue}/form/{formID}/format/answers
with headers Authorization: Basic ***** and Accept: application/json.
When I click "validate your web request configuration" and provide a valid issue key, I get a Response 200 with proper payload. But when I attempt to access it through browser, it appears to trigger Response 401. When I run the automation, it appears to do nothing at all in actuality. I attempted to log the web response, but it's outputting nothing.
Am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.