Connect Bitbucket Cloud in one click, or paste a link to the repo with a repository access token. Same flow, no change to how anything is decided or reviewed.
What access it needs
Repository write and pull request write, on a repository access token or granted when you connect your account.
What it does with that access
- Creates a branch off your default branch.
- Commits the change and the reasoning behind it.
- Opens a pull request back into the default branch.
It never writes to your default branch, never merges, and keeps no copy of your source.
Before any of that happens
Nothing reaches your code until you have read what is being proposed and why, and said yes. That gate is the point of the product, not a setting you can turn off.
One that already happened
Something a person actually said, and what it turned into.
“every time i log in on my phone it signs me straight back out. happens constantly, i have basically stopped using it on mobile
People are being signed out on mobile
A signed in person being signed out is a broken core path. Nothing else on the list matters while this is live.
An existing paying customer, on the platform most of them use.
Describes a pattern they can reproduce, and a change in their own behaviour.
- What they want
- To stay signed in on their phone. This is a report of something broken, not a request for anything new.
- Why it matters to them
- They have stopped using it on mobile. That is a customer leaving slowly.
What would change
The session is dropped on the redirect back from sign in, which points at the cookie flags rather than the login itself. Fix the flags and add a check so it stays fixed.
Keep the session across the sign in redirect on mobile Safari
Three people described the same thing in different words, so it became one change. Sets the session cookie flags correctly and adds a test that fails if this breaks again.
Approved on a Tuesday. Live the same afternoon. You approved it first. Nothing ships without you.
Questions
- Does Onsay need write access to my Bitbucket projects?
- Enough to create a branch and open a pull request. It cannot merge, and branch protection on your default branch is untouched.
- Can I limit it to one project?
- Yes. Use a token scoped to a single repository and connect only that one.
Free to start. No card.