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.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Option to show issues by quarter

Dennis_H
Contributor
February 26, 2024

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.

1 answer

0 votes
Mina Soultan February 26, 2024

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")

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events