Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbucket.java: Start scaffolding BitbucketIn... #977

Open
charlesmike opened this issue Feb 6, 2021 · 5 comments
Open

Bitbucket.java: Start scaffolding BitbucketIn... #977

charlesmike opened this issue Feb 6, 2021 · 5 comments

Comments

@charlesmike
Copy link

The puzzle 1978337093 originating from #943 has to be resolved:

* @todo #943:60min Start scaffolding BitbucketInvitations using the other
* providers as model.
* Warning: 2.0 API doesn't support yet invitations.Until then we will use 1.0,
* so make sure you're using https://api.bitbucket.org/1.0/invitations
* when you're constructing the URI.
* Documentation reference:
* https://support.atlassian.com/bitbucket-cloud/docs/invitations-resource/

"Start scaffolding BitbucketInvitations using the other providers as model. Warning: 2.0 API doesn't support yet invitations.Until then we will use 1.0, so make sure you're using https://api.bitbucket.org/1.0/invitations when you're constructing the URI. Documentation reference: https://support.atlassian.com/bitbucket-cloud/docs/invitations-resource/".

The puzzle was created by @CristianPela at 2021-02-06 11:06:34 +0200.
Estimation is 60 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

charlesmike referenced this issue Feb 6, 2021
Left puzzles for Repo, Invitations and Organizations implementations.
@charlesmike
Copy link
Author

@criske this is your task now, please go ahead. Deadline (when this ticket should be closed) is 2021-02-16T17:13:07.657573.

Estimation here is 60 minutes, that's how much you will be paid.

Remember, you don't have to solve everything in this ticket - you can solve it partially and leave todo markers in the code, which will become future tasks.

If you have any questions don't ask me, I'm not a technical person. Open new tickets instead.

If you don't have time or simply don't want to work on this, you can always resign.

@criske
Copy link
Contributor

criske commented Feb 7, 2021

@amihaiemil Invitations endpoints are broken, contrary to what their documentation says. https://support.atlassian.com/bitbucket-cloud/docs/invitations-resource/
The temporary supported /1.0/invitations or /1.0/users/{accountname}/invitations are empty eventhough I have pending invites.
You can't send an invitation through api. (and only GET is allowed - which, as I said, returns an empty array regardless)
When they're sent manually from bitbucket.org account, they can be accepted via email only. This is going to be a problem with
pm invites.

I've played also with the other api endpoints in Postman:

@amihaiemil
Copy link
Member

@criske I see. Well, sounds quite complicated. Your research is enough for now, thanks (paid with transaction id 9EL02816GX013354C)!

Let's remove this from scope and leave it open for later.

@amihaiemil
Copy link
Member

@charlesmike remove

@charlesmike
Copy link
Author

@charlesmike remove

@amihaiemil ok, I've removed this task from scope. I'm not managing it anymore.

@amihaiemil amihaiemil added puzzle and removed puzzle labels Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants