microsoft / microsoft/wiql-editor

Export WIQL definition always saves the file name as the query name

Open
#46 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
8
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
If I have a query and 'Edit' and then 'Export' the pop up asks me to name the file but the exported file name is always the query name and not the name I defined from the pop up.

Environment:

  • Browser [e.g. chrome, edge] = Chrome Version 131.0.6778.69 (Official Build) (64-bit)
  • hosted (Azure Devops)

Screenshots
Image

Image

To Reproduce
Steps to reproduce the behavior:

  1. Create a query
  2. Select 'Edit WIQL Query'
  3. Select 'Export'
  4. Give it a filename (not the same as the query name) e.g. ABC123
  5. The file will be created as the query name

Expected behavior
That the file name would respect the file name I have set

Additional context
None

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Export flow from the WIQL editor and locate the TypeScript entry point handling the filename prompt and download. Verify the bug with a query name and a different filename; done means the downloaded file uses the name entered in the prompt, including the provided reproduction steps.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
devtools, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.