For reporting purpose, i need data of all closed sprints of multiple projects ,month wise, along with issue types mainly of story and tasks.
I have tried multiple combinations. Closest i have come up is with:
project in ("a","b","c") AND sprint in closedSprints() and issuetype in ("story", "task") ORDER BY created DESC
now i want to limit it only for previous month which is not happening with sprint in (startOfMonth(-1), endOfMonth(-1)) or any other month fields.
thanks!
Hi @attaf sheikh -- Welcome to the Atlassian Community!
That is not possible with the built-in JQL features for two reasons:
Possible work-arounds depend upon how often you need this reporting and desire to spend money / install addon apps:
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.