Page MenuHomePhabricator

Closed task with "Unknown status"
Open, Needs TriagePublicBUG REPORT

Description

Event Timeline

Krenair raised the priority of this task from to Needs Triage.
Krenair updated the task description. (Show Details)
Krenair subscribed.
Luke081515 set Security to None.
Luke081515 subscribed.

Normally this status is only present, if someone modified maniphest.statuses.
If so, this is logged here: https://phabricator.wikimedia.org/config/history/

But we need a admin to confirm. @Aklapper, @mmodell

And we should ask @hashar, which status he choosed first.

It might be some oddity with the client side javascript. I must have changed the action in between when the status was being set which would have cause it to be empty and default to unknown statement.

Or that maybe something else entirely :-)

@Luke081515: The maniphest.statuses have not been changed recently. I suspect that @hashar is right and it was a client-side glitch.

greg claimed this task.

per the last three comments I'll decline this, but if we see any more let's reopen and get it upstream.

Here's a recent occurrence: T345176#9468860 notably "via bulk update"

DB does not help either but says that the hiccup in the previous comment happened as part of the bulk edit https://phabricator.wikimedia.org/daemon/bulk/view/4327/ (no particular logs):

mysql:phstats@m3-slave.eqiad.wmnet [phabricator_maniphest]> SELECT transactionType, oldValue, newValue, contentSource FROM maniphest_transaction WHERE objectPHID = "PHID-TASK-y5uaz33doomvrrkcfn7i" AND dateCreated = 1705583472 AND transactionType = "status";
+-----------------+------------+----------+---------------------------------------------+
| transactionType | oldValue   | newValue | contentSource                               |
+-----------------+------------+----------+---------------------------------------------+
| status          | "progress" | ""       | {"source":"bulk","params":{"jobID":"4327"}} |
+-----------------+------------+----------+---------------------------------------------+
1 row in set (0.002 sec)

mysql:phstats@m3-slave.eqiad.wmnet [phabricator_maniphest]>
Aklapper changed the subtype of this task from "Task" to "Bug Report".