Contents
Printing Sticky of Trac Tickets
Description
This plugin is able to print tickets on sticky notes.
Usage
Observe next to download section (bottom page) a link to get a PDF file from a simple ticket or even from a set of tickets.
Arguments
The sticky format and content can be controlled with arguments in trac.ini file:
| Argument | Version | Description | Default |
| fields | 0.12.0.3 | Optional. Ticket fields in a sticky. | owner,reporter,time |
| fontname | 0.12.0.3 | Optional. Font name in PDF file. | (auto) |
| pagesize | 0.12.0.3 | Optional. Page size of PDF file which the tickets is printed. | A4 |
| sticky-width | 0.12.0.3 | Optional. Width (mm) of a sticky. | 75 |
| sticky-height | 0.12.0.3 | Optional. Height (mm) of a sticky"). | 75 |
Installation
- Install globally with:
sudo easy_install https://trac-hacks.org/svn/stickyticketplugin/0.12
- Enable the plugin by updating TracIni file (..../trac.ini) as follows:
[components] tracstickyticket.* = enabled
- Configure the plugin in its own configuration section, placed into 'trac.ini' file as follows:
[sticky-ticket] fields = owner,milestone,priority,description sticky-width = 65 sticky-height = 50
- Restart web server on command line:
$ sudo /etc/init.d/apache2 restart
Bugs/Feature Requests
Existing bugs and feature requests for StickyTicketPlugin are here.
If you have any issues, create a new ticket.
Source & Download
You can check out StickyTicketPlugin from here using Subversion, or browse the source with Trac.
Download the zipped source from here.
Recent Changes
[11065] by jun66j5 on 12/30/11 18:55:24
Removed unused imports and variables.
[11064] by jun66j5 on 12/30/11 18:51:59
Fixed broken sticky feature in a report page.
[11063] by jun66j5 on 12/30/11 18:50:17
Fixed a problem that the plugin accesses tracstickyticket/locale with no message catalogs (closes #9647).
[11033] by jun66j5 on 12/12/11 14:29:52
Prints owner field by default, makes configurable the fields on a sticky and adds the sticky link on the report view. (fixed #9152)
Author/Contributors
Author: jun66j5
Maintainer: jun66j5
Contributors: OpenGroove,Inc. and ciklone
Attachments
- sticky-tickets.png (66.0 kB) - added by jun66j5 on 06/22/11 15:19:09.
- StickyFormated.jpg (11.6 kB) -
Where to find sticky link
, added by AdrianFritz on 04/01/12 05:25:43.


