Hi, I have read all community posts about this, but nothing worked out....
I want swimlanes based on OPEN/IN PROGRESS epics. With the standard swimlane config the old stuff also shows up.
What I already tried:
- Create quickfilter to exclude closed/done epics. --> Does not work properly, instead ALL swimlanes get hidden. JQL: issuetype = Epic AND status not in (Closed, Done)
- Configure basis board filter --> Does not work. excludes all other issuetypes AND swimlanes are not visible anymore. JQL: project = "XY" AND "Epic Status" not in (Done)
- Creating individual JQL queries for swimlanes --> does not work. I must create one query per epic, what does not makes sense, as new epics will not appear automatically in the board.
PLEASE HELP!
Hello @Olga ,
I have replicated the behaviour and did a screen recording. Kindly check and let me know if that can meet your expectation. In the board below I am only filtering Open / In progress EPICs and even if I move one EPIC to Done and they are not seen in the board after a refresh.
You have to configure board with a JQL filter, not add a filter to board settings. I have used "issuetype = Epic and status not in (Closed, Done) order by created DESC" filter.
Let me know if the requirement is not the same.
Hello @Olga
Welcome to the Atlassian community.
I understand that you would like to create a board view where you only have OPEN/IN PROGRESS epics and they are further viewed / configured as 'swimlanes per epic'.
You can try the below steps :
Please share the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello and thank you so much for you feedback and support! I tried exactly this already, please see my initial post:
- Configure basis board filter --> Does not work. excludes all other issuetypes AND swimlanes are not visible anymore. JQL: project = "XY" AND "Epic Status" not in (Done)
I have retried it again with the same result: The board does not show anything. Please find here the board and the filter:
Naturally it does not work. The filter as proposed by you does exclude all other issuetypes. I can see this in the issue navigator.
What else can I try? As said: neither the quickfilter nor individual queries could solbe my problem. Reading the other blogposts about this issue it didn't work out for anybody else?
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.