Carisa, welcome to the Community. From the first image it appears that all but Backlog are incomplete. Are you trying to get the three swimlanes to display? If so you need to fill in the JQL for "This Week" and "Next 2 Weeks". Also note that if you are actually using the backlog feature then the issues w/ Status = Backlog will not show on the Kanban/scrum board itself. they will show in the Backlog board. so that swimlane servers no purpose and can be removed.
I am trying to get the three swimlanes to display (backlog is irrelevant so now 2) but am not sure what the JQL would look like. Is there a way to sort by Due Date? Any idea what this would look like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
question: what does "this week" and "next two weeks" mean? I assume you are wanting to look at what is due, i.e. the Due Date field. Assuming so...
This week - duedate >= startOfWeek() and duedate <= endOfWeek()
Next 2 weeks - duedate > endOfWeek() and duedate < endOfWeek(1)
on this last one i'm assuming you want to see what is due next week not 'this week or next week' since that would include the "This week" issues which would be redundant.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.