Skip to content

get all the fields for questions, flatten everything, log a WARNing if we find anything besides answers, content, creator, involved, metadata, tags updated_by #11

@rtanglao

Description

@rtanglao

Checklist

  • log a warning if anything besides answers, creator, involved, metadata, tags, updated_by, content is not a scalar
  • flatten the above
click to see truncated json
{
  "count": 47,
  "next": "https://support.mozilla.org/api/2/question/created__gt=2025-10-25&created__lt=2025-10-27&page=2&product=thunderbird",
  "previous": null,
  "results": [
    {
      "answers": [
        1775123
      ],
      "content": "<p>I am using Thunderbird V144.0.1 on a computer running Windows 11 Home build 26100.  Suddenly, Thunderbird stopped displaying some of my Local Folders.  I don't know what I did to cause it; I don't recall making any changes.  On investigating the issue, none of the other help I found in the forums or elsewhere on-line worked for me.  \n<\/p><p>While performing one of the instructions, I was trying to copy my Thunderbird profile mail folder to a different location before creating a new profile.  Copying the folder gave me an error of a file name being too long.  I moved the folder with the too-long file into a different subfolder with a shorter directory name.  Lo and behold, all of my folders, including the ones I moved, are now appearing in my Thunderbird Local Folders. \n<\/p><p>I don't really need any help, but I wanted to post this solution since I didn't encounter it anywhere else.\n<\/p>",
      "created": "2025-10-26T18:43:18.012795Z",
      "creator": {
        "username": "MisterKarlPrivate",
        "display_name": "Mr. Karl",
        "avatar": "https://firefoxusercontent.com/976f525d1ed0d98591e07b70b3375a50"
      },
      "id": 1543350,
      "involved": [
        {
          "username": "MisterKarlPrivate",
          "display_name": "Mr. Karl",
          "avatar": "https://firefoxusercontent.com/976f525d1ed0d98591e07b70b3375a50"
        },
        {
          "username": "davidsk",
          "display_name": "david",
          "avatar": "https://firefoxusercontent.com/5eed5ecf74d9e1ec85435ea262bc016e"
        }
      ],
      "is_archived": false,
      "is_locked": false,
      "is_solved": false,
      "is_spam": false,
      "is_taken": false,
      "last_answer": 1775123,
      "locale": "en-US",
      "metadata": [
        {
          "name": "useragent",
          "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"
        }
      ],
      "tags": [
        {
          "name": "thunderbird",
          "slug": "thunderbird"
        },
        {
          "name": "email-and-messaging",
          "slug": "email-and-messaging"
        }
      ],
      "num_answers": 1,
      "num_votes_past_week": 0,
      "num_votes": 0,
      "product": "thunderbird",
      "solution": null,
      "solved_by": null,
      "taken_until": null,
      "taken_by": null,
      "title": "Not displaying all local folders because windows path length too long SOLVED",
      "topic": "email-and-messaging",
      "updated_by": {
        "username": "wsmwk",
        "display_name": "Wayne Mery",
        "avatar": "https://firefoxusercontent.com/3f0645137479a481e67f7fb3ff1d945b"
      },
      "updated": "2025-10-27T04:19:49.686927Z"
    }
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions