Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Looking for am method/app that would allow us to pick from a filtered list of issues in a business project and drop them onto a board that can be broken down by quarter (a new board would be created for each year) that can be viewed as 4 columns. The issues could be moved from column to column as planning dictates. We've been using Big Picture to accomplish this but are running into issues that have not been resolved so I'm looking for an alternative just in case BP can't fix the issue.
Hello Dennish,
You can use "Swimlanes" on your business project board configuration and rank them by JQL so that the list of your issues can be broken down by quarter
Sadly, there is not a native function like startOfQuarter(), but you can have a similar approach using, for example:
created >= startOfYear() and created <= startOfYear("+90d")
OR
created => startOfMonth() and created <= startOfYear("+3")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.