PDA

View Full Version : [SOLVED] What does "Triaged" mean in Launchpad?



nrundy
May 31st, 2011, 07:18 PM
When a bug gets labeled "Triaged" on Launchpad what exactly is this telling people?

iclestu
May 31st, 2011, 07:19 PM
When a bug gets labeled "Triaged" on Launchpad what exactly is this telling people?

guessing it just means 'prioritised'

uRock
May 31st, 2011, 07:24 PM
It means the bug has been triaged, which means the bug squad has assigned an importance value.

nrundy
May 31st, 2011, 07:36 PM
Well the bug used to say "High". Doesn't High communicate the importance value? Why would one labeled HIGH be changed to Triaged?

uRock
May 31st, 2011, 07:43 PM
High falls under importance. Triaged falls under Status. If you can provide a link to said bug, then I can help you distinguish what is happening.

nrundy
May 31st, 2011, 07:48 PM
Thanks uRock :)

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/760131

uRock
May 31st, 2011, 07:56 PM
The bugs were already assigned to a team back in April, so maybe this means someone from that team is actually working on the issue. It is hard to tell.

nrundy
May 31st, 2011, 09:55 PM
The bugs were already assigned to a team back in April, so maybe this means someone from that team is actually working on the issue. It is hard to tell.

I know its hard to tell. That's why I posted. What the heck does triaged mean? does this mean it's been set aside because there's too many other bugs to deal with? Does it mean it has been given more attention than other bugs?

uRock
May 31st, 2011, 10:06 PM
I know its hard to tell. That's why I posted. What the heck does triaged mean? does this mean it's been set aside because there's too many other bugs to deal with? Does it mean it has been given more attention than other bugs?

You should post in the bug report asking the fella who changed it what he meant by it. In my mind's eye, triage would mean that a priority has been set and someone will get to it in it proper turn. With its importance is set to high, I would say that someone already is or will soon be working on it.

tgm4883
May 31st, 2011, 10:22 PM
Triaged can mean different things in different projects, but generally means there is enough information for a developer to work on the bug. This differs from Confirmed, since confirmed can mean someone reproduced the bug, but there isn't enough data (logs, dumps, etc) to work on.

tgm4883
May 31st, 2011, 10:24 PM
Found what I was looking for

https://wiki.ubuntu.com/Bugs/Status

Triaged:

A member of UbuntuBugControl believes that the report describes a genuine bug in enough detail that a developer could start working on a fix. (also see tip below)

Use this when you are confident that it should be looked at by a developer and has enough information

While not a requirement a bug's Ubuntu task status will be Triaged before any upstream forwarding occurs

nrundy
May 31st, 2011, 11:31 PM
You should post in the bug report asking the fella who changed it what he meant by it. In my mind's eye, triage would mean that a priority has been set and someone will get to it in it proper turn. With its importance is set to high, I would say that someone already is or will soon be working on it.

I didn't want to "pollute" the bug comments with something not really related to the bug.

nrundy
May 31st, 2011, 11:31 PM
Found what I was looking for

https://wiki.ubuntu.com/Bugs/Status

great stuff. thanks a lot for this.

Does this indicate at all that the bug has been identified? Or not necessarily?

tgm4883
June 1st, 2011, 12:01 AM
great stuff. thanks a lot for this.

Does this indicate at all that the bug has been identified? Or not necessarily?

Not necessarily. It means someone on the bug team thinks that it has enough information for the Developer to start looking at it. That doesn't mean that the developer won't need more information to fix it. It doesn't even mean that a developer has looked at it yet.

For example take a basic error from some program that someone created a bug report for. The bug won't reach 'triaged' status until it has the minimum amount of data needed for that. (likely program logs, system logs, trace, etc)

cariboo
June 1st, 2011, 01:31 AM
Just to add to the discussion, this is from the Launchpad blog: (http://blog.launchpad.net/general/of-bugs-and-statuses)


Triaged (Keep This Bug On The Radar)
This is an intermediate status that can be used to distinguish community-confirmed bugs from bugs that the official QA team has acknowledged and plans on working on. Many projects don’t need a separate stepping stone and developers can pick bugs directly from Confirmed into In Progress. At this point, we are sure that a) the bug has been reproduced and established b) developers have acknowledged.