Private Issues (API): List and read private issues #419
Labels
No labels
Backlog Status
Needs Review
Backlog Status
Ready
Chore
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
forge/forge#419
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?
Story
As a user of Forgejo,
I want to list public and private issues via the REST API,
so I can work with private issues using the web API.
Acceptance Criteria
GetIssueByIndex()) are identified and adapted.As discussed, bumping SPs.
Listing private issues is in my branch here, in “Allow listing private issues through API”: https://codeberg.org/nilsph/forgejo/src/branch/private-issues--api-list
GetIssueByIndex()returns public or private issues, as the case may be, in “Let GetIssueByIndex() return private issues, too” here: https://codeberg.org/nilsph/forgejo/src/branch/private-issues--api-listAlso, test the function. 🙂
Getting individual public or private issues is implemented in “Allow retrieving individual private issues via API” in the
private-issuesandprivate-issues-backendbranches.Also, test the corresponding
GetIssue()function.