Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
482b4b91
Commit
482b4b91
authored
11 years ago
by
Peter Rotich
Browse files
Options
Downloads
Plain Diff
Merge pull request #530 from greezybacon/feature/release-docs
Slightly fatten up release docs
parents
89b6afba
41ed491f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-6
6 additions, 6 deletions
README.md
WHATSNEW.md
+42
-4
42 additions, 4 deletions
WHATSNEW.md
with
48 additions
and
10 deletions
README.md
+
6
−
6
View file @
482b4b91
...
...
@@ -11,7 +11,7 @@ How osTicket works for you
1.
Users create tickets via your website, email, or phone
1.
Incoming tickets are saved and assigned to agents
1.
Agents help your users resolve their issues
osTicket is an attractive alternative to higher-cost and complex customer
support systems; simple, lightweight, reliable, open source, web-based and
easy to setup and use. The best part is, it's completely free.
...
...
@@ -28,7 +28,7 @@ you) and cd into it. Then clone the repository (the folder must be empty!):
osTicket uses the git flow development model, so you’ll need to switch to
the develop branch in order to see the bleeding-edge feature additions.
git checkout develop
git checkout develop
Follow the usual install instructions (beginning from Manual Installation
above), except, don't delete the setup/ folder. For this reason, such an
...
...
@@ -42,9 +42,9 @@ osTicket codebase before embarking on an upgrade.
To trigger the update process, fetch the osTicket-1.7 tarball from either
the osTicket
[
github
](
http://github.com/osTicket/osTicket-1.7
)
page or from
the osTicket website. Extract the tarball into the folder of you osTicket
the osTicket website. Extract the tarball into the folder of you
r
osTicket
codebase. This can also be accomplished with the zip file, and a FTP client
can of course be used to upload the new source code to your server.
can of course be used to upload the new source code to your server.
Any way you choose your adventure, when you have your codebase upgraded to
osTicket-1.7, visit the /scp page of you ticketing system. The upgrader will
...
...
@@ -57,7 +57,7 @@ Help
----
Visit the
[
wiki
](
http://osticket.com/wiki/Home
)
or the
[
forum
](
http://osticket.com/forums/
)
. And if you'd like professional help
managing your osTicket installation,
managing your osTicket installation,
[
commercial support
](
http://osticket.com/support/
)
is available.
Contributing
...
...
@@ -85,4 +85,4 @@ osTicket is supported by several magical open source projects including:
*
[
PEAR/Net_SMTP
](
http://pear.php.net/package/Net_SMTP
)
*
[
PEAR/Net_Socket
](
http://pear.php.net/package/Net_Socket
)
*
[
PEAR/Serivces_JSON
](
http://pear.php.net/package/Services_JSON
)
*
[
phplint
](
http://antirez.com/page/phplint.html
)
*
[
phplint
](
http://antirez.com/page/phplint.html
)
This diff is collapsed.
Click to expand it.
WHATSNEW.md
+
42
−
4
View file @
482b4b91
...
...
@@ -67,9 +67,9 @@ New Features in 1.7
===================
Version 1.7 includes several new features
Email
Filters
Ticket
Filters
-------------
As an upgrade from email banning (which is still supported),
email
filters
As an upgrade from email banning (which is still supported),
ticket
filters
allow for matching incoming email in the subject line and message body. For
matching emails, the administrator has the ability to automatically route
tickets:
...
...
@@ -79,6 +79,12 @@ tickets:
*
Disable ticket auto-responses
*
Send automatic canned responses
Tickets filters are also applied to tickets submitted via all ticket
interfaces, including the API, email, staff and client web interfaces. And,
as a bonus, the filters can be configured to target only a single interface.
So an administrator could, for instance, target tickets received via email
from a particular domain.
Canned Attachments
------------------
Attach files to your canned responses. These attachments are automatically
...
...
@@ -86,6 +92,13 @@ attached to the ticket thread along with the canned response. The
attachments are not duplicated in the database and therefore use virtually
no space.
Database-backed Attachments
---------------------------
No more crazy security-related configuration to your host server in order to
support attachments. Attachments are now quietly stored in the database. The
upgrade migration will automatically port attachments from the previous
locations into the database.
Service Level Agreements
------------------------
Service level agreements allow for a configurable grace period based on the
...
...
@@ -99,13 +112,15 @@ Manage a searchable help document portal for your users
Dashboard Reports
-----------------
Flashy reports of ticket system activiy as well as exportable ticket system
Flashy reports of ticket system activi
t
y as well as exportable ticket system
statistics, allowing for easy report generation from office spreadsheet
applications.
Ticket Export
-------------
Convert the ticket thread to a printed format for long term storage.
Convert the ticket thread to a printed format for long term storage. The
ticket view page now supports a print feature, which will render the ticket
as a PDF document.
API
---
...
...
@@ -114,3 +129,26 @@ tickets are createable by submitting an HTTP POST request to either
/api/tickets.xml
/api/tickets.json
The API can also be used to pipe emails into the osTicket system. Use the
included
`automail.php`
or
`automail.pl`
script to pipe emails to the
system, or post raw email messages directly to
/api/tickets.email
Use of the API requires an API key, which can be created and configured in
the admin panel of the support system.
Geeky New Features
==================
Unicode
-------
Better and more consistent international text handling
Flexible Template Variables
---------------------------
Template variables have been redesigned to be more flexible. They have been
integrated into the respective object classes so that an object as well as
its properties can be represented in template variables. For instance
%{ticket.staff.name}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment