Skip to content

Ticket thread completion #113

@jon-nfc

Description

@jon-nfc

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

No one assigned

    Labels

    Type

    Projects

    Status

    Accepted

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions