User story #1505
Backlog PBI : show description in a popup on issue link title mouseover
Status:
New
Priority:
Normal
Category:
Post-its & styling
Target version:
-
Blocked:
No
Alone:
No
Milestones:
Sprint:
Description
To avoid to click on the edit PBI button to see the description,
when the mouse cursor is on the PBI title (not the issue ID) a popup could display the Issue description.
for that : in app/views/post_its/product_backlog/_pbi.html.erb, we just have to add :description => true :
<tr>
<td class="content" colspan="2">
<%= link_to_issue(pbi, :tracker => false, :project => project != pbi.project, :description => true) %>
</td>
</tr>