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")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.