Back to index
Summary
Creates a new note.noteStringrequiredThis represents the notes provided about the entity. noteNameStringoptionalThe name of the note. projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. |
Usage
Perl
$cmdr->createNote( "test-note" # note # optionals );
ectool
ectool createNote \ "test-note" `# note` \ # optionals