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

Version 1 Next »

There is an issue in JIRA Software for Server which prevents Easy Agile User Story Maps from obtaining the list of projects referenced by your agile board filter. The bug appears when your board filter excludes a project. For example, the following filter query will not allow us to retrieve the list of projects:

project != KANBAN order by rank


Even more interesting is that if you explicitly specify a project and then exclude another, JIRA Software still doesn't return the list of projects:

project = SCRUM and project != KANBAN order by rank


If you run into this issue, you will need to list the projects to include explicitly. i.e.

project in (SCRUM, FOO, BAR) order by rank

There is a bug on the Atlassian Jira Software backlog which tracks this issue: JSWSERVER-13449. We encourage you to vote and comment on it.

If this does not solve your issue, please reach out to the Easy Agile Support Team and we will be happy to help!

  • No labels