Hi,
In a given Kanban board, I'd like to use a swim lane to show issue types = "Story" & "Task".
The query I'm using is below:
"project = CC AND issue type in (Story, Task) AND labels = EMPTY"
Is there anything obvious that would reveal why this is ONLY returning issue type ="Story" and NOT "Task"?
Thanks,
N
Hi @Nick ,
please try the following JQL :
project = CC and issuetype in (Story,Task) and labels is EMPTY
Hope this helps,
Fabio
Hi @Fabio Racobaldo _Catworkx_ - Thanks for the assistance, but unfortunately, no joy. It still only returns issue type = "Story".
FYI, here's a screenshot of the board's swim lanes:
Any other suggestions come to mind?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you sure that board filter return tasks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you are correct! For some reason there is a filter on the whole board. Thank you so much @Fabio Racobaldo _Catworkx_ !
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.