0

1

Hello, Our developers are constantly printing cases from their browsers as they add them, and adding them to our physical Kanban board.

The browser's default to printing the cases on the normal 8 1/2 x 11 paper which is then awkwardly folded to fit on the board.

Is there a way to force the case to be printed on the normal paper, but constraining the print area to 3" x 5" ( or whatever?).

Thanks!

flag

3 Answers

2

Please stop wasting trees and toner. There is a kanban board plugin for FogBugz.

link|flag
This is a comment, not an answer. – Samuel Neff Nov 23 at 13:34
1

Yes, you can use BugMonkey to create your own CSS printing rules for cases.

@media print {
  body { font-size: 10pt }
}

This can be used to suppress certain parts of the case and shrink the rest. You should be able to get it down to 3x5.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.