Fix wiql issue in getting release plan work items#11745
Fix wiql issue in getting release plan work items#11745praveenkuttappan merged 5 commits intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a WIQL (Work Item Query Language) syntax issue in the release plan work item query by correcting the placement of the ORDER BY clause.
- Moves the ORDER BY clause from the middle of the WHERE conditions to the end of the query
|
The following pipelines have been queued for testing: |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
maririos
left a comment
There was a problem hiding this comment.
oops. is there any way to avoid these problems in the future? a test
|
The following pipelines have been queued for testing: |
…aveenkuttappan/azure-sdk-tools into fix_release_plan_devops_query
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11745 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com> Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11745 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com> Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fix the issue in select statement when fetching release plans.