Difference between revisions of "Request Tracker"
(Correct the person and resource information) |
(rt-5.0.0) |
||
Line 2: | Line 2: | ||
|Name=Request Tracker | |Name=Request Tracker | ||
|Short description=Issue tracking system | |Short description=Issue tracking system | ||
− | |Full description=Request Tracker (RT) is an automated system to monitor, answer, and document requests. It was first designed as a tool to aid a small team of sysadmins manage the ever-increasing list of tasks and requests at a burgeoning web startup. Since then, RT has been put to work by help desks, sysadmins, development teams and marketing departments to track requests, responsibilities, and tasks. RT comes with Web, command line, and email interfaces to its Mysql-backed data store. The user sends an email asking for help. RT send the user an electronic "ticket stub" which is used in future correspondence to refer to this problem. It also sends the user's request to the queue members, one of whom writes a reply, which RT records and forwards to the user. The ticket is then resolved. | + | |Full description='''Request Tracker''' (RT) is an automated system to monitor, answer, and document requests. It was first designed as a tool to aid a small team of sysadmins manage the ever-increasing list of tasks and requests at a burgeoning web startup. Since then, RT has been put to work by help desks, sysadmins, development teams and marketing departments to track requests, responsibilities, and tasks. RT comes with Web, command line, and email interfaces to its Mysql-backed data store. The user sends an email asking for help. RT send the user an electronic "ticket stub" which is used in future correspondence to refer to this problem. It also sends the user's request to the queue members, one of whom writes a reply, which RT records and forwards to the user. The ticket is then resolved. |
− | |Homepage URL= | + | |Homepage URL=https://www.bestpractical.com/rt/ |
− | | | + | |Is High Priority Project=No |
|VCS checkout command=git clone git://github.com/bestpractical/rt.git -b stable | |VCS checkout command=git clone git://github.com/bestpractical/rt.git -b stable | ||
|Computer languages=Perl | |Computer languages=Perl | ||
|Documentation note=http://bestpractical.com/rt/docs.html | |Documentation note=http://bestpractical.com/rt/docs.html | ||
− | | | + | |Decommissioned or Obsolete=No |
− | |Related projects=Issue-Tracker,OTRS,Roundup,Double_Choco_Latte,firefly,JitterBug,phpSupport,Wreq,Open_Ticket_Request_System,Eventum | + | |Related projects=Issue-Tracker,OTRS,Roundup,Double_Choco_Latte,firefly,JitterBug,phpSupport,Wreq,Open_Ticket_Request_System,Eventum,rt-liberation |
|Keywords=help,development,system administration,trouble,project,project management,users,requests,help desk,request tracker,rtracker,ticket | |Keywords=help,development,system administration,trouble,project,project management,users,requests,help desk,request tracker,rtracker,ticket | ||
− | |Version identifier= | + | |Version identifier=5.0.0 |
− | |Version date= | + | |Version date=2020/07/15 |
|Version status=stable | |Version status=stable | ||
− | |Version download= | + | |Version download=https://download.bestpractical.com/pub/rt/release/rt-5.0.0.tar.gz |
− | |Last review by= | + | |Last review by=Genium |
− | |Last review date= | + | |Last review date=2020/08/07 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |User level=intermediate |
+ | |Paid support=Paid technical and installation support available from BestPractical, Inc. at http://bestpractical.com/services/ | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
|Is GNU=No | |Is GNU=No | ||
− | |||
}} | }} | ||
{{Project license | {{Project license | ||
|License=GPLv2 | |License=GPLv2 | ||
− | |License copyright=Copyright (c) 1996- | + | |License copyright=Copyright (c) 1996-2020 Best Practical Solutions, LLC |
− | |License verified by= | + | |License verified by=Genium |
|License verified date=2014/04/18 | |License verified date=2014/04/18 | ||
+ | |License note=https://github.com/bestpractical/rt/blob/stable/COPYING | ||
}} | }} | ||
{{Person | {{Person | ||
Line 33: | Line 36: | ||
|Role=Contact | |Role=Contact | ||
|Email=sales@bestpractical.com | |Email=sales@bestpractical.com | ||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Bug Tracking | |Resource audience=Bug Tracking | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://github.com/bestpractical/rt | + | |Resource URL=https://github.com/bestpractical/rt/issues |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Developer | |Resource audience=Developer | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL= | + | |Resource URL=https://github.com/bestpractical/rt |
}} | }} | ||
{{Resource | {{Resource | ||
Line 54: | Line 56: | ||
|Resource kind=E-mail | |Resource kind=E-mail | ||
|Resource URL=rt-devel@lists.bestpractical.com | |Resource URL=rt-devel@lists.bestpractical.com | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Wikidata | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://www.wikidata.org/wiki/Q746739 | ||
}} | }} | ||
{{Software category | {{Software category | ||
Line 62: | Line 69: | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to use | |Prerequisite kind=Required to use | ||
− | |Prerequisite description=MySQL | + | |Prerequisite description=[[Perl]] 5.10.1 or later |
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=[[MySQL]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=[[MariaDB]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=[[PostgreSQL]] | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 14:30, 7 August 2020
Request Tracker
https://www.bestpractical.com/rt/
Issue tracking system
Request Tracker (RT) is an automated system to monitor, answer, and document requests. It was first designed as a tool to aid a small team of sysadmins manage the ever-increasing list of tasks and requests at a burgeoning web startup. Since then, RT has been put to work by help desks, sysadmins, development teams and marketing departments to track requests, responsibilities, and tasks. RT comes with Web, command line, and email interfaces to its Mysql-backed data store. The user sends an email asking for help. RT send the user an electronic "ticket stub" which is used in future correspondence to refer to this problem. It also sends the user's request to the queue members, one of whom writes a reply, which RT records and forwards to the user. The ticket is then resolved.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
18 April 2014
Leaders and contributors
Contact(s) | Role |
---|---|
Best Practical Sales team | Contact |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer | rt-devel@lists.bestpractical.com | |
Help | rt-announce@lists.bestpractical.com | |
Wikidata | General | https://www.wikidata.org/wiki/Q746739 |
Bug Tracking | VCS Repository Webview | https://github.com/bestpractical/rt/issues |
Developer | VCS Repository Webview | https://github.com/bestpractical/rt |
Software prerequisites
Kind | Description |
---|---|
Required to use | MariaDB |
Required to use | MySQL |
Required to use | PostgreSQL |
Required to use | Perl 5.10.1 or later |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.