AddCyclePeriodNote macro

The AddCyclePeriodNote macro is used to add a note related to the current cycle period. This macro is executed at cycle period level.

For executing the macro, the value in the Command field must be specified in this format:

AddCyclePeriodNote(Note Type, Priority, Summary, [Detail], [Not Used], [Not Used]
Note: The optional parameters are specified in [ ].

This table lists the parameters that are used to execute the macro:

Parameter Name Description
Note Type The type of note to be created. This must be an Enabled note type with Log format.
Priority The priority of the note to be created. Possible values:
  • High
  • Medium
  • Low
Summary The summary text for the note to be created.
Detail The detailed description for the note to be created.
Note: If this value is not specified, the note is created without detailed text.

This table list the example of the AddCyclePeriodNote macro:

Requirement Syntax
Add an Overview log note type with priority = Low with detail. AddCyclePeriodNote("Overview","Low","Approval status","Confirming the approval process with the team").