-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
Recreating based on closed bug https://jira.atlassian.com/browse/JSWCLOUD-22572
Issue Summary
When copying and importing an automation rule with a incoming webhook trigger and changing the trigger to a different trigger, the original automation rule will error when trying to update it saying that the URL needs to be re-generated even though the cloned rule is no longer using a webhook.
Steps to Reproduce
- Create Rule 1 using Incoming Webhook trigger
- Export a copy of the automation rule
- Import the exported automation rule to make Rule 2
- Change the trigger of Rule 2 to Manual trigger
- Try to edit Rule 1 by adding any new component to it. Jira won't let you save it.
Expected Results
Because the trigger on the second rule is no longer a webhook trigger, the first rule should update properly
Actual Results
Jira states that the URL is already in use and you need to regenerate the URL for the webhook
Workaround
Go back to rule 2, change the trigger back to "incoming webhook", regenerate the URL, and then you can change the trigger back