I am fetching issues from the project as well as items in other projects that connect using a custom field...but for some reason I get this error:
"We can't show the projects on this board, because the board's filter doesn't specify any. Your users may have trouble managing issues and sprints on this board. Try including some projects in the filter to fix this."
This is the query:
project = CRM OR "Related System[Dropdown]" = CRM ORDER BY Rank ASC
Anyone see what the issue might be as the board does not seem to recognize the project?
So you've set up this filter in your board. Did you check about the filter sharing? If this filter is set to private, then no-one will be able to see the results. Try sharing this filter with all roles in the project. This should do the trick (hopefully).
I wish that would work, but it seems you can no longer use OR without a specific project reference anymore.
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.
I even tried giving everyone permission to manage sprints, but it does not matter.
No one that is not site admin can manage sprints with this query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not what I mean @__ Jimi Wikman . First and foremost, the link you are sharing is for jira server, but your question is about jira cloud. You have to clarify if you are having an issue on jira server, or jira cloud.
Despite the above, when you create a board, you use a filter to do that. In your case this one:
project = CRM OR "Related System[Dropdown]" = CRM ORDER BY Rank ASC
If the above filter isn't share with the project, then they will not be able to see any issues on the board. Can you please provide any screenshot of your board, filter and filter share?
Finally you mention something about managing sprints. Is this another question? I thought your problem was that specific message which appears on the board (would be great if you could share a screenshot of that message).
And if the above solution I mention doesn't work, please read this post https://community.atlassian.com/t5/Team-managed-projects-questions/Why-wont-my-board-show-projects-in-the-board-settings-when-i/qaq-p/1084144, because there could be just an error on your JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@__ Jimi Wikman , what results if you simply paste that filter into Advanced issue search? If that works as expected please share images f your board similar to what @Alex Koxaras -Relational- presents here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I appreciate the effort, but this change forces you to provide sprint functionality in every project to everyone.
The filter itself does not matter.
Adding ""Related System[Dropdown]" = CRM" act as a global query, meaning that unless you have sprint planning permission in all Jira projects it will disable that functionality in your board.
It does not matter if you don't even have issues in other Jira projects that trigger this query.
It's a mess and a very poor implementation that I hope someone has put up a technical debt for...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I ran into something similar. Another thing you may want to check is the project's permission scheme to ensure that you are able to search for the project within the project itself.
>project settings > summary > make note of your project's scheme
>settings > Issues > permission schemes > select your project's scheme
in the Browse Projects section, confirm that there is a role associated with this item. Otherwise, the ability to browse within the project isn't possible. Ensure that the roles and access are configured correctly too. If not, click Update and change the settings.
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.