Hello!
I wanted to confirm when we are pulling sprint data from the advanced issue search using the sprint in ({sprint number}) query, are we pulling the latest data before the sprint was closed?
Thank you,
Peter
The short answer is "yes".
That's exactly what Atlassian systems are supposed to do.
The search works off the index, and the index for any issue is (re)built on every change within milliseconds of it. However, DC and Cloud architectures means that's not always the case (unlike Server), and you can be waiting a bit longer that.
The worst case I've had is a system where search wasn't 100% accurate when I made a change, but it was fine after I'd made a fresh cup of tea. (Well, the worst case where I have not written code that messes up the index...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.