Suppose 5 jiras being raised from january 2020 to july 2020.
What filter i should apply to get the list of JIRAS ?
Hello @kamlesh kumar ,
You may use createdDate or updatedDate like that :
createdDate >= startOfYear() and createdDate <= startOfMonth('+4w')
To get the issues created between January and the start of the month of July + 4 weeks for instance.
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.