Skip to content

Add ability to edit issue description

A pretty simple change I needed for a project of mine. The code is pretty much copied from the set_issue_labels function.

It currently accepts a string while issue descriptions are Option<String>. Would it make more sense to set the description to that? One potential issue there is that then one might think that "" would set it to empty string, not None.

Merge request reports