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:
Setup Bitbucket and connect a user
Add a subscription to a channel that is only for an owner that does not exist: /bitbucket subscriptions add apple-does-not-exist
Observed:
Expected: User should be forced to also supply a repo. The validation that exists will then check if the repo is valid
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:
/bitbucket subscriptions add apple-does-not-exist
Observed:
Expected: User should be forced to also supply a repo. The validation that exists will then check if the repo is valid