-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Please consider adding an additional form of table query, where I can provide a fixed list of PRs or issues to show in the table.
Use case:
I'm the developer of a client that can talk to different servers that are supposed to implement the client/server API identically. Perhaps unsurprisingly they do not, so I am filing issues with the relevant server development teams when I encounter bugs in their implementations.
These teams are scattered across multiple different GH repos, and are not consistent in how they label issues.
I can't simply do a search for "All issues opened by me" as I open issues against other projects for unrelated reasons.
So I'd like the query to be a static list of Github URLs that I can curate to reflect the relevant issues that I've opened.
Something like this:
```github-query
outputType: table
queryType: static
query: <github URL>, <github URL>, <github URL>, ...
columns: [number, title, status]
```
Maybe query can be formatted differently so it's a multi-line list, one URL per line, for ease of editing?
Metadata
Metadata
Assignees
Labels
Projects
Status