Skip to end of banner
Go to start of banner

admGetNotificationScheme

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

Retrieves a breakdown of events and notifications for a notification scheme.

Parameters

Return Type

JIssueNotificationScheme

Returns a notification scheme.

Example

JNotificationScheme noteScheme = admGetNotificationScheme("Default Notification Scheme", 11000);
runnerLog("Id: " + noteScheme.id);
runnerLog("Name: " + noteScheme.name);
runnerLog("Description: " + noteScheme.description );

See also

  • No labels