Skip to content

Instantly share code, notes, and snippets.

@aslakknutsen
Created August 16, 2017 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aslakknutsen/33e6280c693216f65c534e3e73a6c431 to your computer and use it in GitHub Desktop.
Save aslakknutsen/33e6280c693216f65c534e3e73a6c431 to your computer and use it in GitHub Desktop.
rendered template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>New Work Item Created</title>
</head>
<body style="
margin: 10px;
padding: 0;
background-color: #f9f9f9;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: lighter;
line-height: 1.2;">
<div style="
min-height: 300px;
width: 100%;
max-width: 750px;
margin: 0 auto;
padding: 20px;
border: 1px solid #d7d7d7;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 2px 4px #d7d7d7;">
<div style="
width: 100%;">
<img src="https://openshift.io/_openshiftio/assets/images/openshift_logo_black.png" width="25%" height="45px" />
<div style="
width: 95%;
margin: 10px auto;
border: 1px solid #d7d7d7;">
</div>
<p style="
display: inline-flex;">
<img src="https://www.gravatar.com/avatar/af3baaa968441d8d5a0301ab4c593fc9.jpg?s=22" style="height: 22px; width: 22px;" />&nbsp;
<span style="
margin-top: 5px;">
<a href="https://openshift.io/rgarg-1" style="color: #0088ce; text-decoration: none;">Ruchir Garg</a>&nbsp;
<span style="font-weight: 700;">created</span> work item
<span style="
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
vertical-align: bottom;">
<a href="https://openshift.io/openshiftio/openshiftio/plan/detail/8bccc228-bba7-43ad-b077-15fbb9148f7f"
style="
color: #0088ce;
font-weight: 700;
text-decoration: none;">
1343
</a>
</span>
<span style="
border: 1px solid purple;
width: auto;">
<a href="https://openshift.io/openshiftio/openshiftio"
style="
padding: 5px;
font-size: 12px;
color: purple;
text-decoration: none;">
openshiftio/openshiftio
</a>
</span>
</span>
</p>
</div>
<div style="
background-color: #f9f9f9;
padding: 10px 20px;
min-height: 150px;
text-align: left;">
<h3 style="margin-bottom: 0;">
<a href="https://openshift.io/openshiftio/openshiftio/plan/detail/8bccc228-bba7-43ad-b077-15fbb9148f7f"
style="
color: #0088ce;
font-weight: 700;
text-decoration: none;">
Cannot resolve Area/Iteration info for new WI created in in-memory mode
</a>
</h3>
<p style="
font-size: 16px;">
<table>
<tr style="height: 30px;">
<td style="width: 100px; text-align: right;">
<span style="font-weight: 700;">Type</span>
</td>
<td style="text-align: left; padding-left: 10px;">
<i class="fa fa fa-bolt"></i> Scenario
</td>
</tr>
<tr style="height: 30px;">
<td style="width: 100px; text-align: right;">
<span style="font-weight: 700;">Created</span>
</td>
<td style="width: 500px; text-align: left; padding-left: 10px;">
28 June 2017
</td>
</tr>
<tr style="height: 30px;">
<td style="width: 100px; text-align: right;">
<span style="font-weight: 700;">Space</span>
</td>
<td class="table-content" style="width: 500px; text-align: left; padding-left: 10px;">
openshiftio/openshiftio
</td>
</tr>
<tr style="height: 30px;">
<td style="width: 100px; text-align: right;">
<span style="font-weight: 700;">Description</span>
</td>
<td style="width: 500px; text-align: left; padding-left: 10px;">
Cannot resolve Area/Iteration info for new WI created in in-memory mode under Backlog &gt; Quick Add
</td>
</tr>
</table>
</p>
</div>
<div style="
margin-top: 25px;
margin-bottom: 5px;
display: inline-flex;">
<span style="width: 150px;">
<a href="https://openshift.io/openshiftio/openshiftio/plan/detail/8bccc228-bba7-43ad-b077-15fbb9148f7f"
style="
color: #0088ce;
text-decoration: none;
font-weight: 500;">
<img src="fa-link.png" /> Link to this item</a>
</span>
<span style="width: 150px;">
<a href="https://openshift.io/openshiftio/openshiftio/plan/detail/8bccc228-bba7-43ad-b077-15fbb9148f7f"
style="
color: #0088ce;
text-decoration: none;
font-weight: 500;">
<img src="fa-comment.png" /> Comment</a>
</span>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment