Project

General

Profile

User story #1505

Backlog PBI : show description in a popup on issue link title mouseover

Added by Redmine Smile over 6 years ago. Updated over 6 years ago.

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>

#2

Updated by Emilio González Montaña over 6 years ago

How this change works? I've tried to mouse over the issue subject in post-its (PBI's & tasks) in Sprint board, but nothing pops up...

#3

Updated by Emilio González Montaña over 6 years ago

Redmine code link_to_issue doesn't have a :description option, so maybe you've a plugin that adds this option... let me known.

#4

Updated by Redmine Smile over 6 years ago

You're right, this option was added in our pluggin.

The problem it that it's a pretty obtrusive modification.

Also available in: Atom PDF