Skip to content

Commit d6b73ce

Browse files
committed
replaced sensitive IDs
1 parent 703d8f7 commit d6b73ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/boards/queries/query-by-date-or-current-iteration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The following image shows how to list all User Story and Bug work item types tha
277277

278278
:::image type="content" source="media//query-date-iteration/sliding-window-iterations.png" alt-text="Screenshot that shows CurrentIteration plus and minus clauses.":::
279279

280-
To use this macro, the specified team must [select a set of sprints](../../organizations/settings/set-iteration-paths-sprints.md) that span the `+/- n` value entered for thhave selectede macro.
280+
To use this macro, the specified team must [select a set of sprints](../../organizations/settings/set-iteration-paths-sprints.md) that span the `+/- n` value entered for the selected macro.
281281

282282
::: moniker-end
283283

@@ -312,11 +312,11 @@ FROM workitems
312312
WHERE
313313
[System.TeamProject] = @project
314314
AND [System.WorkItemType] IN ('User Story', 'Bug')
315-
AND [System.AreaPath] UNDER 'FabrikamFiber\Web'
315+
AND [System.AreaPath] UNDER 'Fabrikam Fiber\Web'
316316
AND NOT [System.State] IN ('Completed', 'Closed', 'Cut', 'Resolved')
317-
AND NOT [System.IterationPath] = @currentIteration('[FabrikamFiber]\Web <id:cdf5e823-1179-4503-9fb1-a45e2c1bc6d4>')
318-
AND EVER [System.IterationPath] = @currentIteration('[FabrikamFiber]\Web <id:cdf5e823-1179-4503-9fb1-a45e2c1bc6d4>')
319-
AND [System.IterationPath] = @currentIteration('[FabrikamFiber]\Web <id:cdf5e823-1179-4503-9fb1-a45e2c1bc6d4>') + 1
317+
AND NOT [System.IterationPath] = @currentIteration('[Fabrikam Fiber]\Web <id:00aa00aa-bb11-cc22-dd33-44ee44ee44ee>')
318+
AND EVER [System.IterationPath] = @currentIteration('[Fabrikam Fiber]\Web <id:00aa00aa-bb11-cc22-dd33-44ee44ee44ee>')
319+
AND [System.IterationPath] = @currentIteration('[Fabrikam Fiber]\Web <id:00aa00aa-bb11-cc22-dd33-44ee44ee44ee>') + 1
320320
AND [System.ChangedDate] >= @today - 30
321321
ORDER BY [System.Id]
322322
```

0 commit comments

Comments
 (0)