Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide group by setting for queries #1881

Closed
alexr00 opened this issue Jun 9, 2020 · 3 comments · Fixed by #5632
Closed

Provide group by setting for queries #1881

alexr00 opened this issue Jun 9, 2020 · 3 comments · Fixed by #5632
Assignees
Labels
feature-request Request for new features or functionality issues on-testplan

Comments

@alexr00
Copy link
Member

alexr00 commented Jun 9, 2020

From @sbatten

Much like the default experience groups by milestone. I would like to have a group by setting to mimic that on added queries.

e.g.

			{
				"label": "Alex's Issues",
				"query": "assignee:alexr00 state:open repo:Microsoft/vscode sort:updated-desc",
				"groupby": "milestone"
			}

or even more advanced (group by repo, then milestone)

			{
				"label": "Alex's Issues",
				"query": "assignee:alexr00 state:open sort:updated-desc",
				"groupby": ["repo", "milestone"]
			}
@alexr00 alexr00 added feature-request Request for new features or functionality issues labels Jun 9, 2020
@alexr00 alexr00 self-assigned this Jun 9, 2020
@baruchiro
Copy link

How it implemented in the default search?

@starball5
Copy link

Related on Stack Overflow: How can I group issues in the VS Code GitHub Issues and Pull Requests extension?

@maddes8cht
Copy link

So, as this was issued 3 years ago, and you closed my issue with the very same feature request as duplicate:
any news about this?
Will this possibly get implemented?
It would be really great...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality issues on-testplan
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants