admGetAllNotificationSchemes

admGetAllNotificationSchemes

Syntax

admGetAllNotificationSchemes(notificationSchemeName)

Package

adm

Alias

 

Pkg Usage

allNotificationSchemes(notificationSchemeName)

Description

Retrieves a breakdown of events and notifications for all notification schemes.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

notificationSchemeName

string

Yes

The name of the notification scheme.

Return Type

JIssueNotificationScheme []

Returns all the notification schemes.

Example

JIssueNotificationScheme [] allNoteSchemes = admGetAllNotificationSchemes(); for(JIssueNotificationScheme jns in allNoteSchemes) { runnerLog("Id: " + jns.id); runnerLog("Name: " + jns.name); }

See also

Peacock

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.