Title: WP Mantis
Author: simsmaster
Published: <strong>2010년 8월 26일</strong>
Last modified: 2011년 4월 18일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/wp-mantis.svg)

# WP Mantis

 작성자: [simsmaster](https://profiles.wordpress.org/simsmaster/)

[다운로드](https://downloads.wordpress.org/plugin/wp-mantis.1.2.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-mantis/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-mantis/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-mantis/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-mantis/#developers)

 [지원](https://wordpress.org/support/plugin/wp-mantis/)

## 설명

**Eine Deutsche Version kann [hier](http://niklas-rother.de/projekte/wp-mantis) 
gefunden werden**

Original Work by Robert Torres. His Version was not working, since he had a typo
in a variable. I fixed this error and
 extendet this Plugin with some new Features
like Changelogs, Roadmaps etc.

This plugin for WordPress 2.8 and above allows you to insert information from a 
Mantis Bug Tracker
 into a wordpress page or post. The plugin is perfect for projects
which use WordPress for blogging, but also utilize Mantis for their bug tracking/
issue tracking. You can include bug lists, changelogs and roadmaps.

After you installed the Plugin you have to do the following steps:

 1. Create a user in Mantis wich represents your blog. You could name him ‘wordpress’.
    This user needs at least Reporter
     Rights due a limitation in Mantis, but you can
    see the botton of the page to find out, how to change this.
 2. Configure the Plugin.
 3. Add `[Mantis]` to the post or page where you want to appear the infomation from
    Mantis. See below for further instructions.

#### About the Shortcode

You must provide options in the Shortcode:

 * To include a bug list use `[Mantis bugs proj_id=x]`. Replace x with the ID of
   the project wich you want to display.
    You can find the ID in the URL of the 
   Mantis Management Page for this project.
 * To include a roadmap use `[Mantis roadmap ver_id=x]`. Replace x with the ID of
   the Version for that you want to display
    the roadmap. You can find this ID in
   the URL, when you view a single Roadmap in Mantis.
 * To include a changelog use `[Mantis changelog ver_id=x]`. See the instruction
   above this to find the ID.

When including a roadmap or a changelog you can speficify a project and version 
_name_ instead of the ID:
 [Mantis roadmap proj_name=my_project ver_name=1.2.3] 
or you can use a project ID and a version name: `[Mantis roadmap proj_id=x ver_name
=y]` **The `ver_name` Paramter is optional, if missing the full changelog/roadmap
for the project will be displayed**

If you use the ‘bugs’ option, you can add the ‘exclude_stat’ or ‘include_stat’ parameter.
After the eqal sign you can add (comma seperated)
 the IDs of the statuses to exclude
or include. (You can not use include and exclude at the same time, of course!) So
if you dont want to include closed and fixed bugs you would write `[Mantis bugs 
proj_id=1 exclude_stat=90,80]` Here is a list of the IDs:

 * 10 New
 * 20 Feedback
 * 30 Acknowledged
 * 40 Confirmed
 * 50 Assigned
 * 80 Resolved
 * 90 Closed

With the `limit` paramter you can limit the displayed bugs. To display the latest
5 fixed bugs you would write
 [Mantis bugs proj_id=1 include_stat=80 limit=5]

You can change the table background color for each status and use the localized 
status names from your mantis installation.

#### Why the Mantis User needs Reporter rights

This plugin uses the Mantis SOAP API to get the bug information. And to access this
API the user needs at least Reporter
 right. To change this you can create a ‘mc_config_inc.
php’ file in your ‘/api/soap’ directory with the following content:

Now Viewer rights are suffiant for the user.

#### Further plans: (eventually)

 * Only include the CSS/JavaScript if the `[Mantis]` shortcode is in the content

#### Translations

The original plugin is in english, but you can translate in your langguage, since
the pot file is included. If I should include
 your translation, email me: info 
at niklas-rother dot de. So far the following translations are included:

 * German/Deutsch
 * Frensch/Francais

#### Know Bugs

 * The changelog and roadmap is in the default language, not in the language of 
   the user. At this point I dont see a change to fix this.

## 스크린샷

[⌊The normal Buglist in a page.⌉⌊The normal Buglist in a page.⌉[

The normal Buglist in a page.

[⌊A Roadmap in a page.⌉⌊A Roadmap in a page.⌉[

A Roadmap in a page.

[⌊The Admin interface (in German)⌉⌊The Admin interface (in German)⌉[

The Admin interface (in German)

[⌊The colorpicker in the admin interface.⌉⌊The colorpicker in the admin interface
.⌉[

The colorpicker in the admin interface.

## 설치

Installation is extremely easy:

 1. Download the .zip file and unarchive into your `/wp-content/plugins` directory.
 2. Activate the plugin.
 3. Visit the WP Mantis page under Settings to set the locations of your Mantis Installation,
    Username/Password, etc.
 4. Add `[Mantis]` to the page or post where you want the table to appear. See the 
    Description for the options.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“WP Mantis”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ simsmaster ](https://profiles.wordpress.org/simsmaster/)
 *   [ rtprime ](https://profiles.wordpress.org/rtprime/)

[자국어로 “WP Mantis”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-mantis)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-mantis/)는, [SVN 저장소](https://plugins.svn.wordpress.org/wp-mantis/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/wp-mantis/)을
[RSS](https://plugins.trac.wordpress.org/log/wp-mantis/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 기초

 *  버전 **1.2.2**
 *  최근 업데이트: **15년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 2.8 또는 그 이상 **
 *  다음까지 시험됨: **3.2.1**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-mantis/)
 * 태그:
 * [bug tracker](https://ko.wordpress.org/plugins/tags/bug-tracker/)[changelog](https://ko.wordpress.org/plugins/tags/changelog/)
   [Mantis](https://ko.wordpress.org/plugins/tags/mantis/)[roadmap](https://ko.wordpress.org/plugins/tags/roadmap/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-mantis/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/wp-mantis/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-mantis/reviews/)

## 기여자

 *   [ simsmaster ](https://profiles.wordpress.org/simsmaster/)
 *   [ rtprime ](https://profiles.wordpress.org/rtprime/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-mantis/)