Back to index
Summary
Modifies a note associated with an entity.noteNameStringrequiredThe name of the note. newNameStringoptionalThe new name for an existing object that is being renamed. noteStringoptionalThis represents the notes provided about the entity. projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. |
Usage
Perl
$cmdr->modifyNote( "test-noteName" # noteName # optionals );
ectool
ectool modifyNote \ "test-noteName" `# noteName` \ # optionals