Linux 软件免费装

Bug & Issue Tracker

开发者
更新时间 2016年1月1日 06:22
PHP版本: 3.5 及以上
WordPress版本: 4.4
版权网址: 版权信息

标签

tracker bug issue todoist

下载

详情介绍:

Add tasks to Todoist via WordPress dashboard. TODOIST is a powerful task manager for personal or collaborative productivity that lets you manage your to do list from your inbox, browser, desktop, or mobile device. For people who want to accomplish great things in less time, with less effort. Sign up for an account on todoist.com. TODOIST is a registered trademark of Doist Ltd.

安装:

  1. Upload the plugin files to the /wp-content/plugins/bug-issue-tracker/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Add the unique email address of the project on line 37 in bug-issue-tracker.php.

屏幕截图:

  • Bug & Issue Tracker

常见问题:

Where I find the unique email address of the project?

You can find it by right-clicking on the project you’d like to send your tasks to and choosing “Email tasks to this project”.

Backup?

Yes! `<?php global $wpdb; $table_name = $wpdb->prefix . 'bug_issue_tracker'; $results = $wpdb->get_results( "SELECT * FROM $table_name" ); var_dump( $results ); ?>`