79761228

Date: 2025-09-10 19:42:15
Score: 3
Natty:
Report link

According to this document, "AND EVER" can be used with @currentIteration +/-n when using the WIQL editor. With EVER, you should be able to accomplish your goal. See the link for more information, but something like this in WIQL should meet your needs. The syntax for the iteration name will vary.

AND [System.IterationPath] = @currentIteration('[Project]\Team')
AND EVER [System.IterationPath] = @currentIteration('[Project]\Team') -1

enter image description here

Reasons:
  • Blacklisted phrase (1): this document
  • RegEx Blacklisted phrase (1): See the link
  • Has code block (-0.5):
  • User mentioned (1): @currentIteration
  • Low reputation (0.5):
Posted by: alex2017