project = "DOSCONFIG" AND status IN (Backlog,"In uitvoering") AND sprint IN (170,168,169) ORDER BY cf[10020] DESC, created DESC
In this code we want to change the nummers of the sprints 170,168,169 into the three first sprints that are coming in the future.
Although there are more futures prints planned.
How is it possible to do this?
Verry thank you for your time and help
Hi @Luc Dhondt -- Welcome to the Atlassian Community!
The built-in JQL features do not support that ability.
JQL can only find the issues in the current open/in progress sprints, future sprints, and closed sprints. There is no way to search "show me the next three sprints".
Your possible work-arounds are:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.