Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.16 KB

README.textile

File metadata and controls

38 lines (24 loc) · 1.16 KB

ITK::MailBugs

This software is released under the GPLv2 license. See LICENSE for more info.

What is MailBugs?

MailBugs is a software package developed for tracking and handling
bugs (and/or tasks) using email only.

MailBugs is designed for plugging right into existing mailinglists

Why?

Most developers allready spend a lot of time using emails, and are
proficient and fast using email. Most developers dont like having to
click in some sort of graphical user interface, when the same job could
be done in 5 seconds using only commands.

What does ITK stand for?

ITK is the IT-section at the student society in Trondheim.
See http://itk.samfundet.no for more information.

Email headers

Headers for interacting with MailBugs

Header Input type Action
X-MailBugs-ID integer Indicate action on a certain bug-id
X-MailBugs-Status [‘open’,‘resolved’,‘wontfix’] Change the status of a bug
X-MailBugs-Milestone string Assign the bug to a milestone

Headers from MailBugs

X-MailBugs-ID integer Bug-id
X-MailBugs-Status [‘open’,‘resolved’,‘wontfix’] The status of a bug
X-MailBugs-Milestone string Target milestone for the bug (if defined)