I'm relatively new to Jira and Kanban boards and was hoping someone could help.
I am looking to use a Kanban board in Jira to manage defects based on a pre-defined fix date.
What I'm looking to do is have all defects identified over a given period move from say a "due in 2 months" column to a "due in 1 month" column and then subsequently an "expired" column if that date has passed.
What I'd like to know is whether Jira has these automation capabilities baked in, and if so, how would I go about building these capabilities into a Kanban board.
I intend to make this as straightforward and seamless as possible without going in to each and every defect, looking at the date and then manually moving them myself.
Thanks
Hello,
Go to board settings -> swimlanes and create swimlanes based on JQL queries.
For example, to get all issues with due date within 2 monthes would be
due > -8w
You can read more about swimlanes here:
https://confluence.atlassian.com/jirasoftwarecloud/configuring-swimlanes-764478010.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.