Alpaca Issue Tracker

A lightweight issue tracker built entirely inside WordPress, designed for developers and agencies managing client projects.

3 database tables

Table NameDescriptionMethod
wp_alpaca_inboxStores alpaca inbox data created by this plugin.Static
wp_alpaca_notification_digest_deliveryStores alpaca notification digest delivery data created by this plugin.Static
wp_alpaca_notification_digest_scheduleStores alpaca notification digest schedule data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_commentmeta
Comment meta
wp_comments
Direct access
wp_options
Option key:alpaistr_board_cache_versionOption key:alpaistr_daily_digest_body_templateOption key:alpaistr_daily_digest_postscript_templateOption key:alpaistr_daily_digest_preamble_templateOption key:alpaistr_daily_digest_subject_templateOption key:alpaistr_default_status_idOption key:alpaistr_enable_context_captureOption key:alpaistr_enable_test_logsOption key:alpaistr_item_datapoint_visibilityOption key:alpaistr_needs_term_setupOption key:alpaistr_notification_digest_schema_versionOption key:alpaistr_notification_email_body_templateOption key:alpaistr_notification_email_subject_templateOption key:alpaistr_notification_email_template_contextOption key:alpaistr_notification_inbox_schema_version
wp_postmeta
Post meta
wp_posts
Custom post type:alpaca_issue
wp_termmeta
Term meta
wp_terms
Custom taxonomy:alpaca_assigneeCustom taxonomy:alpaca_browserCustom taxonomy:alpaca_labelCustom taxonomy:alpaca_phptemplateCustom taxonomy:alpaca_statusCustom taxonomy:alpaca_typeCustom taxonomy:alpaca_watching
wp_usermeta
User meta