-
Bug
-
Resolution: Fixed
-
Low
-
9.0.3
-
None
-
Minor
Issue Summary
If BaseUrl smart value is added to the URL or Web request body and try to validate your web request configuration the request will fail.
BaseUrl smart value will work as expected during the rule execution.
Steps to Reproduce
- Create automation rule with any trigger
- Add Send web request action
- Use baseUrl smart value in URL or Web request body
- Validate your web request configuration with “Validate” button
Expected Results
BaseUrl smart value is being resolved into https://<jira-base-url>
Actual Results
BaseUrl smart value is not being resolved and request fails.
Workaround
Hard code site URL during for the request validation.
Alternative Workaround: Use a loopback address and the Jira port. This depends on installation details to work out the right values. Example:
Allowlist: http://127.0.0.1:8080 Send web request: http://127.0.0.1:8080/latest/hooks/c2ac...8c2a