mattermost-community / mattermost-plugin-bitbucket

Mattermost plugin for Bitbucket
Apache License 2.0
6 stars 16 forks source link

User see's an incorrect create an invalid subscription if they attempt to subscribe but, provide only an owner #73

Closed DHaussermann closed 1 year ago

DHaussermann commented 2 years ago

If a user attempts to add a subscription with only an owner but no repo, they will see a success message and a non-functional subscription is created. Bitbucket does not appear to support any subscriptions that target only an owner. Subscriptions must be in the owner/repo format.

Steps:

Observed: image

Expected: User should be forced to also supply a repo. The validation that exists will then check if the repo is valid