microsoft / microsoft/wiql-editor
Export WIQL definition always saves the file name as the query name
Nobody has claimed this yet.
- 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
To Reproduce
Steps to reproduce the behavior:
- Create a query
- Select 'Edit WIQL Query'
- Select 'Export'
- Give it a filename (not the same as the query name) e.g. ABC123
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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