I would like to filter projects in the projects tab.
By assigned team I mean the group of users that is added to the project here:
As for now I see that projects can be filtered by name or ID in the projects tab. If there is any other way to show list of projects to which a particular group of user is added, then I will be fine with it too.
Which YouTrack version are you using currently? In the latest versions, you can view a new redesigned project list in the embedded Hub (<your_youtrack_address>/hub/projects). This project list can filter projects by many other parameters. You'll see syntax suggestions in the dropdown in the search bar.
Hello! What do you mean by a project assigned to a team? Also please clarify, where would you like to filter your projects, is it projects list?
Hello Liubov,
I would like to filter projects in the projects tab.
By assigned team I mean the group of users that is added to the project here:
As for now I see that projects can be filtered by name or ID in the projects tab. If there is any other way to show list of projects to which a particular group of user is added, then I will be fine with it too.
Which YouTrack version are you using currently? In the latest versions, you can view a new redesigned project list in the embedded Hub (<your_youtrack_address>/hub/projects). This project list can filter projects by many other parameters. You'll see syntax suggestions in the dropdown in the search bar.
You can find information about current functionalities of this project list here: https://www.jetbrains.com/help/hub/Project-Wizard.html
Currently on 2017.3
Thanks for the link, I see it suggests to filter based on groups (see the image):
But I am not able to actually query with group name.
Available queries for me are:
Therefore I cannot filter based on group. Was this option introduced in 2017.4 only?
User groups are considered resources in Hub projects, so you need to search like this:
resource: {New Project-team}
This filtering is not available in YouTrack, only in the embedded Hub service. More about Hub and its features you can learn here:
https://www.jetbrains.com/help/hub/Introduction-to-HUB.html
More about queries in the project filter bar and other places in the administrative UI: https://www.jetbrains.com/help/hub/Query-Syntax.html
Thank you for the support, Liubov.
I was able to figure it out. Your query is not really correct for filtering based on group.
What yields the correct result for the topic question is:
accessible(for: GroupName)
I'm glad you found the solution!
You're right, the query accessible(for: GroupName) suits your use case better.
Please feel free to ask if you have any further questions. Thanks!