org-sync icon indicating copy to clipboard operation
org-sync copied to clipboard

bitbucket synchronization fails

Open ouboub opened this issue 7 years ago • 0 comments

Hi (thanks for the code). I can successfully import the issues from my BB repo, resulting in

* Issues of hgbitbucketdoc
:PROPERTIES:
:url:      https://api.bitbucket.org/1.0/repositories/kalthad/hgbitbucketdoc
:END:
** OPEN First issue
:PROPERTIES:
:priority: "major"
:kind:     "bug"
:id:       1
:date-modification: 2017-08-21T19:51:44+0000
:date-creation: 2017-08-21T19:46:01+0000
:END:
: This is a test which will have one comment
** CLOSED Issue 2
:PROPERTIES:
:priority: "major"
:kind:     "bug"
:id:       2
:date-modification: 2017-08-21T19:51:51+0000
:date-creation: 2017-08-21T19:46:45+0000
:END:
: will be resolved soon

then I change OPEN to CLOSED in the first issue, save and then run org-sync I am asked several times user and password (although I have set org-sync-bb-auth) but finally I end up that the bitbucket issues are imported again and my changes are overwritten.

regards

Uwe Brauer

ouboub avatar Aug 21 '17 20:08 ouboub