setting labels attempts to discard comments #649
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.
Dependencies
No dependencies set.
Reference
forge/forge#649
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?
Summary
When labels are modified on a ticket, the forge queries the user to discard pending comments
Details
This is a usability issue. Many workflows are "label-heavy", .e.g. FESCo uses labels like
vote-in-progressandannouncement-pendingto keep track of the state. The natural workflow is to make some comment, modify the labels, and finally submit the comment. This results in a dialogue which asks to discard the comment. It seems that this dialogue is completely superfluous, because if I click "cancel", and then submit the comment, both the comment and the label changes are saved. So it can be discarded and then we get the appropriate behaviour.