This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Bitbucket Issue Manager

Description

What’s this?

This plugins just aims to be a simple solution to check your project issues or tasks on hold, and completed right inside your WordPress dashboard. However, i pretend to add some extra features soon as shown at the bottom of this section.

At the moment, there are two dashboard widgets available after install:

  • Recently opened issues
  • Recently closed issues

Upcoming

  • Issue listing page.
  • Front-end widget
  • Issue emmbedding shortcode
  • Auto-issue linking on posts.

ΒΏSugestions?

Do you have any idea that think could be great for this plugin? Miss some feature? Please, open an issue on GitHub repository or add a new support ticket on the plugin WordPress page with your idea. I would love to hear you words.

You can also wirte me directly at hello (at) gabrielgil (dot) es

Translations

The following translations are available since version 0.8.3

  • English US
  • Spanish (Spain)

If you want to contribute translating this plugin to your lang, please open an issue on GitHub plugin’s page.

Screenshots

  • Example General Settings page showing the BitBucket issue manager fields.

Installation

This section describes how to install the plugin and get it working.

  1. Uncompress bitbucket-issue-manager.zip
  2. Upload bitbucket-issue-manager folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the β€˜Plugins’ menu in WordPress
  4. Go to Settings -> General and set up your username and repository you want watch.

FAQ

Why do i don’t see my issues?

Check your username and respository under Settings -> General page on your WP installation.

Why i’m getting an 403 Forbidden error?

Please, make sure your repository issues are public.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Bitbucket Issue Manager” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.8.5

  • No CURL required. WP-HTTP API is used
  • Bugfixes (5.6 compilant)

0.8.4

  • Order by Last Updated Time

0.8.3

  • Now the issue date is shown using human_diff_time(). (e.g. 5 hours ago instead 02-18-2013)
  • Shows updated n time ago
  • Fully localized
  • Internal performance issues
  • Solves some php strict errors

0.8.2

  • Fixes a misspelled opdtion name and properly deletes it (Will stop deleting the wrong name
    on version 1, and the value will be stored on your db for ever if you don’t update before
    that version).
  • Added admin notice when the user or repo are not set in General Settings page.

0.8.1

  • Added hability to delete self data on uninstall.

0.8

  • Initial release on WordPress.org

0.7

  • First stable version with Settings API