-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 7.13.5, 8.11.0
-
Component/s: Webhooks
-
7.13
-
1
-
Severity 3 - Minor
-
0
Issue Summary
When creating an issue using REST API and sending the request towards the IP address of the JIRA instance, the data sent through Webhooks shows the IP address instead of JIRA base URL.
Steps to Reproduce
- Configure your Webhook (using this for example);
- Create an issue using REST API and use a URL different than the base URL (the IP address of your JIRA, for example);
Expected Results
The notification and the data is sent referencing the JIRA Base URL.
Actual Results
The notification and the data is sent with the URL that was used on the request.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available