Hi all.
I recently joined a new team/company and they use JIRA in a way I‘ve never seen before.
They have a JIRA project that has all the SAFe PI epics. They have other JIRA projects to for individual teams. One such team uses a Scrum board and a Kanban board in parallel in the same JIRA project.
Now, one project (ABC) has a ticket (ABC-1) that is linked to a SAFe epic (EP-1). This ticket cannot be seen in the Kanban board, even though it does show up if I view the filter the board is based on directly.
As soon as I link this ticket to an epic created in the same project (ABC-2), it shows in the Kanban board.
Even after assigning it and moving from the backlog to a swimlane, as soon as I link it to the SAFe epic EP-1, is vanishes from the board.
I must be overlooking something, but what?
Stay safe & thank you
Sascha
Did you ever solve this? I seem to have a similar problem.
My org has Team A and Team B, each owning issues.
There's story A-01, linked to epic B-01, with the letters denoting the owning teams.
Team A looks at their Kanban board. The backlog nicely shows A-01. The board view doesn't.
I am guessing because the board's Swimlanes are configured based on Epics, and Team A does not own Epic B-01.
Can anyone confirm this is desired behaviour, or, better, suggest a fix?
I solved it, yes, but I cannot pinpoint the final step anymore.
From your problem, if you introduce swimlanes to a board, if would include an »other« swimlanes showing all issues it could not sort into one of the configured swimlanes.
Other than that, there might be a sub-filter telling to board to exclude issues assigned to a different team?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually solved it by specifically including the Epic in my Filter query.
Although the Epic itself does not show on the board, it is now considered as a Swimlane.
Was this what you did, too?
Thx for your answer!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, good to hear you solved your issue!
I cannot remember. This was three years ago :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again. Thank you Daniel!
I was fiddling with this late at night until … it went away.
For the life of me, I cannot say what I did that ultimately helped :(
In case it crops up again, I will reopen this post here.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
to summarize if I understood it at all:
Your JQL showed earlier is giving me strange results on my instance - but yet I am not sure if related at all.
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sascha - Welcome to the Atlassian Community!
Check the sub-filter of the board to see if it is further filter cards out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
I appreciate you chiming in!
By sub-filters you mean a Quick Filter? None are selected.
Cheers
Sascha
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.
Here goes. Broken up for legibility.
project = TNI
AND (sprint not in openSprints() OR Sprint is EMPTY)
AND NOT (sprint is not EMPTY AND status = DONE)
ORDER BY Rang ASC
As as I understand from other posts here, this seems to be an accepted way to have a Kanban and a Scrum board in the same project?
BTW, the ticket's status is not DONE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you have Epics included in your Sprint and showing them on the board?
And you have verified that if you run the filter you see the card in the list, but it is not on the board?
Is it in a status that is not mapped to the board then?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Epics are visible, yes, in both the Scrum and the Kanban boards.
If I run the filter, I see the card.
The status is mapped.
🤔
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only difference is the epic?
If the ticket is linked to an epic from the overall epic board, EP-1, it does not show.
If it is linked to an epic from the same project, it does show.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be the Kanban board, but I see your point.
Is this maybe a question of permissions as set on the epic ticket or the project it sits in?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Kanban board should show it then. Maybe create a new card that would go to the backlog and has the Epic as the Epic Link. Maybe you can see if it shows up in the Backlog of the Kanban board then.
Just thinking it removes some other factors from the history of the card maybe.
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.