This bug happens when the board has a complex jql. The story map can’t detect all projects on this board.
Solution is:
-
You need to determine exactly which projects appear on the board
Steps:
-
Open board config
-
Edit the jql
-
Fill in the projects that need to be identified in the jql sentence
Example:
-
Your current jql is:
issuetype in (Epic,Bug,Story) -
New jql is:
project in ("Project A","Project B") AND issuetype in (Epic,Bug,Story)