rahuljiresal / BugReportKit

Easier bug reports on iOS. Just take a screenshot in your app, doodle on the image, and send it away! Bug reports automatically include device metadata with free/used memory, disk and battery status. Currently, reports can be added to Github Issues, JIRA Issues, Gitlab Issues or sent as emails.
www.rahuljiresal.com
MIT License
43 stars 10 forks source link

Bitbucket #10

Open ghost opened 8 years ago

ghost commented 8 years ago

Is this support for bitbucket issue tracker?

rahuljiresal commented 8 years ago

Hey @mehulmind123, my full time job won't leave me with enough time to work on the bitbucket uploader yet. But I invite you to write one and send me a pull request.

Here's the documentation https://confluence.atlassian.com/bitbucket/issues-resource-296095191.html#issuesResource-POSTanewissue. I think that's all you'll need for now.

You'll have to create a Reporter that implements the protocol BRKReporterDelegate. You can take a look at one of the current reporters, for example, BRKGitlabReporter. Your implementation should not be too different from this one.

Once you're done, send me a pull request and I'll take a look at it before merging. Thanks!

ghost commented 8 years ago

Ok, I will update it when i get time.