Search code examples
issue-trackingbitbucketbitbucket-api

How do I send Issues into BitBucket by email?


I Love BitBucket.org

But is there a way to configure BitBucket to accept email and automatically put them into my 'New' Issue list in the issue tracker?

BitBucket sends out email notifications, but I want something the other way around. I don't want to have to go in and create an issue manually each time someone emails me about a problem. I want to forward those emails to Bitbucket so problems to go directly into the issue tracker via E-Mail.

And: Similarly, can you configure Bitbucket so that it listens for code check-ins and it auto-magically set issues to complete/fixed etc.?

Is there a way?


Solution

  • There is a API to create issue http://confluence.atlassian.com/display/BBDEV/Issues.

    And a custom script which may or could be able to fetch email and post to issue tracker.