getNotes

Back to index

Summary

Retrieves all notes associated with an entity.
projectName
Stringoptional
ProjectName of the entity that owns the note.
releaseName
Stringoptional
Name of the release.

Usage

Perl

$cmdr->getNotes( # optionals );

ectool

ectool getNotes \ # optionals

Examples

Perl

$cmdr->getNotes({releaseName => "Production"});

ectool

ectool getNotes --releaseName "Production"