Page MenuHomePhabricator

Add ability to display secondary projects in task bubbles on Workboards
Closed, DuplicatePublic

Description

When you starting using projects a bit like tags (which I think is still in the Phabricator's spirit?) it would help being able to see secondary projects a task is in while looking at a workboard.

For us, it wouldn't make affect the UI for people who put tasks in only 1 project and if you put tasks in 10 projects there might be a problem :)

Event Timeline

swisspol raised the priority of this task from to Needs Triage.
swisspol updated the task description. (Show Details)
swisspol added a subscriber: swisspol.
chad renamed this task from Add ability to display secondary projects in task bubbles on workboards to Add ability to display secondary projects in task bubbles on Workboards.Jun 13 2014, 8:35 PM
chad added a project: Workboards.

✘ Merged into T4863.

let's say i have 2 projects "Square" and "Circle"
Square may have a task for "Support C++ 11"
Circle may have a task for "Support C++ 11"
if we use a Sprint project to track commitments for the whole team, in Sprint's workboard view we cannot tell the 2 tasks apart without clicking on them to understand the context of the project they are for.
(or even if they didn't have the same name, we lack context, we may assume that Triangle wants support for C++ 11)

or is it a best practice to include the project name in the task name? "Square: Support C++ 11"

Renaming the task is likely the easiest workaround until T4863

ok thanks.
suddenly wishing batch edit would let me bulk-rename (or at least append) task titles ;)