I love the Jira product but it has some annoying features
Kanban Board does not always show Issues
By default when you create an issue on a Company Managed Kanboard the issue does not show up on the board. Here is the fix
For example, consider this project, it’s a Kanban Company Managed
If you select the Issues you will see
Selecting the “Board Settings” you will see the issues are there in the Backlog but not being displayed
Select “General”
Look for the “kanban board sub-filter”
It will currently have the following in it fixVersion in unreleasedVersions() OR fixVersion is EMPTY
It needs to be updated with the following fixVersion in unreleasedVersions() OR fixVersion is EMPTY OR project = "QA Jira TODO App (KB CM)" AND type in standardIssueTypes()
Once changed select Update
Navigate back to the board the issues will now be displayed
The project value can be the project key as well as the project name
More info on this can be found at https://confluence.atlassian.com/jirakb/jira-software-kanban-board-does-not-show-all-issues-779158700.html