Created
August 9, 2012 22:15
-
-
Save trivektor/3308491 to your computer and use it in GitHub Desktop.
JIRA ticket html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title>JIRA ticket template</title> | |
| <style type="text/css"> | |
| div, p, h1 { | |
| margin:0; padding:0; | |
| } | |
| body { | |
| font-family:arial; | |
| font-size:14px; | |
| color:#444; | |
| background:#ddd; | |
| margin:0; | |
| } | |
| #ticket { | |
| font-size:32px; | |
| width:220px; | |
| background:#fff; | |
| overflow:hidden; | |
| } | |
| #number { | |
| font-size:24px; | |
| margin-bottom:15px; | |
| line-height:24px; | |
| text-decoration:underline; | |
| text-align:center; | |
| } | |
| #summary { | |
| line-height:23px; | |
| height:120px; | |
| overflow:hidden; | |
| margin-bottom:7px; | |
| border-bottom:1px dashed #bbb; | |
| font-size:16px; | |
| } | |
| #assignee, #fix_version { | |
| font-size:18px; | |
| width:100px; | |
| height:23px; | |
| overflow:hidden; | |
| } | |
| #assignee { | |
| float:right; | |
| text-align:right; | |
| } | |
| #fix_version { | |
| float:left; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="ticket"> | |
| <h1 id="number">TLS 558</h1> | |
| <p id="summary"> | |
| We need an Api in DQ ITL to search ITL by user. This will primarily be consumed by LUI for UGC | |
| </p> | |
| <b id="fix_version">ITL 4.10</b> | |
| <b id="assignee">Shrikanth</b> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment