3

I'm working on a plugin that edits release notes. If you set the sReleaseNotes and call Commit() on the CBug, it creates a change-line with the new value for the field, but no label like you do when you edit in the UI:

alt text

Additionally, adding release notes is an atomic action in the web UI. You can do it without a full edit. In the Plugin APIs, you need to commit the case, resulting in more lines of code, this messed-up change-line, and the sVerb in the BugEvent table is "Edited" instead of "ReleaseNoted"

Please add a method, CBug.SetReleaseNotes(string sReleaseNotes) which performs the commit and sets the right sVerb.

Fog Creek Case FC2083788

flag

1 Answer

1

We have a case open to consider this feature for a future release. Please up-vote this question (not this answer) to show your support for adding this feature.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.