- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 08:13 AM
When a story has a blocked reason that is very long then the task progress board initial column becomes very wide and makes the task board interface unusable. Is there a way to make the blocked reason truncate or wrap on the display to a useable size.
Solved! Go to Solution.
- Labels:
-
Agile Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2017 10:56 AM
Hi Alan,
Out of the box "Task progress board" doesn't show "Blocked reason" on story card. So, I am assuming that you have customized it to show blocked reason field.
Please check if the script include "ScrumAjaxTaskBoardDetailsProvider" was customized.
In the script include code, search for the markup for Blocked_reason and remove the style "white-space: nowrap;" from the markup. That should resolve the issue.
Let me know if the script include was not customized.
Thanks,
Dileep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 12:01 PM
I'll reach out to the product team for help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2017 11:38 AM
Hi Alan, Any chance you can post an image of what you're seeing? Also, what is the instance version? Geneva, Helsinki, etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2017 11:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2017 10:56 AM
Hi Alan,
Out of the box "Task progress board" doesn't show "Blocked reason" on story card. So, I am assuming that you have customized it to show blocked reason field.
Please check if the script include "ScrumAjaxTaskBoardDetailsProvider" was customized.
In the script include code, search for the markup for Blocked_reason and remove the style "white-space: nowrap;" from the markup. That should resolve the issue.
Let me know if the script include was not customized.
Thanks,
Dileep