List filters: issue --milestone/--mentioned, pr --base/--head/--draft #170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
fj issue listfilters by state/label/assignee/search andfj pr listby state/label/author; other common server-side filters are missing, so scripts grep JSON client-side.Acceptance criteria
fj issue list --milestone <name>and--mentioned <user>(Forgejo issue searchmilestones,mentioned).fj pr list --base <branch>,--head <branch>,--draft/--no-draft.--json.Value
Push filtering to the server; less client-side JSON wrangling in scripts.
Priority
p2.
Dependencies / sequencing
None. Confirm which params the host's
/issuesand/pullssearch actually accept (note:/pullscannot filter by assignee, per the prior survey).Overlap
None; complements the shipped label/author/assignee filters (#113).