Back to index
Summary
Retrieves a note associated with an entity.noteNameStringrequiredThe name of the note. projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. |
Usage
Perl
$cmdr->getNote( "test-noteName" # noteName # optionals );
ectool
ectool getNote \ "test-noteName" `# noteName` \ # optionals