-
Suggestion
-
Resolution: Unresolved
-
None
-
-
Jira Software, Jira Service Management, Jira Work Management
Issue Summary
When exporting an automation rule with an Incoming Webhook, the JSON data can be updated to change the Webhook Tag into any text value. Once imported, it is working as desired.
If the imported automation rule has an existing Webhook Tag that resides on another Jira Cloud instance, the newly imported rule is automatically disabled with an error message “The incoming webhook URL is already in use by another trigger. Please regenerate!“.
Steps to Reproduce
- Create a rule with an “Incoming Webhook” trigger.
- Export it to JSON.
- Edit the generated webhook token to a custom one, e.g. https://automation.atlassian.com/pro/hooks/TEST.
- Import the rule again.
- Post a request to https://automation.atlassian.com/pro/hooks/TEST, and the rule will be executed.
Expected Results
The webhook tag should not be able to be changed to any text pattern/string.
Actual Results
The webhook tag can be changed into any free text.
Workaround
N/A