Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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:

  1. Open board config

  2. Edit the jql

  3. 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)

  • No labels