I want to set up a filter which selects the current sprint (Bi-weekly)
Is it possible to write an IF statement in JQL -
e.g. if current week is ODD , sprint = (current week), if not, sprint = (current week - 1)
e.g. if its week 27, I would get sprint 27 , if its week 28 , I would get sprint 27.
Any suggestions or work around.
thanks