-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
task::featureTask TypeTask Type
Milestone
Description
ticket comments can be replied to which creates a thread. when a comment is replied to it sets the replied to comment with is_closed = False. As such the ticket cannot be closed.
Details
Add to the interface of a ticket comment, Only a threaded comment. A method to mark the thread as "Resolved / Closed." When the user clicks this, it must mark the thread parent with is_closed = True. In addition when the parent of the thread is closed it must also collapse the thread.
This can be done with a HTTP/PATCH to the thread parents url with the required data.
Tasks
- Close thread button / icon
- Closed parent thread collapses threads
Metadata
Metadata
Assignees
Labels
task::featureTask TypeTask Type
Type
Projects
Status
Accepted