Currently to change a webhook name or channel it needs to be deleted and re-added. Considering that these webhooks need to be configured in remote application this is very cumbersome.
Lets consider a common scenario. “Oh, I’d like to change my JIRA webhook to send to my JIRA channel that I just created”. Nope, you cannot simply do this:
- Looking at the webhooks view you cannot see the channel it post to now. (awkward)
- You have to delete the webhook and add a new one to point to the new channel.
- Reconfigure the JIRA middlware app (you know, because no popular apps are supported. Not even gitlab
) to point to the new webhook
Sure none of this seems extremely difficult but at the same time it is unnecessarily complicated.
A simple edit function would be useful.