Hi!
I would like to know if I can use our sprint dates set in the backlog view as parameter in JQuery.
For example, I would like to know which tickets were created in sprint 24.10 (which is configured in backlog view which has a date from (September 1 to 10 for example). Can use the sprint name as an alternative way to get the dates?
Hi @Sherwin Soriano,
No, you cannot dynamically use the sprint dates. There may be other ways to get the results you are after, but I am not quite sure I understand your requirement in full.
The following JQL returns the issues in your current sprint:
sprint in openSprints()
If you add a reference to a date, e.g. created >= startOfWeek(-1) you can dig deeper into the age of tickets.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.