Private Issues, Web UI: Convert issue type (private ⇔ public) #707
Labels
No labels
ai-review-please
Org/Team Modification
Private Issues
Runner Request
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
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#707
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 Time
As a Forgejo user,
I want to be able to convert private issues to public,
so that access to an issue can be opened up if the contained information ceases to be sensitive.
As a Forgejo user,
I want to be able to convert public issues to private,
so sensitive information can be protected if the issue was filed improperly,
or sensitive information can be safely requested or added to a previously public issue.
As a Forgejo user,
I want that previous URLs for converted issues still work,
so that I don’t run into 404s.
Acceptance Criteria
…/<repo>/private_issues/<index>will forward to…/<repo>/issues/<index>(and vice versa).Background
(?): This means the user posting an issue, repo/org owners and admins, probably for both directions. It might mean that only owners and admins should be able to convert from private to public, this needs a discussion and decision.