Uses of Class
com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean
Packages that use NotificationJsonBean
-
Uses of NotificationJsonBean in com.atlassian.jira.notification
Methods in com.atlassian.jira.notification with parameters of type NotificationJsonBeanModifier and TypeMethodDescriptionstatic ServiceOutcome<NotificationBuilder> AdhocNotificationServiceImpl.makeBuilder(NotificationBuilder notificationBuilder, NotificationJsonBean jsonBean, I18nHelper i18nHelper) -
Uses of NotificationJsonBean in com.atlassian.jira.rest.v2.issue
Methods in com.atlassian.jira.rest.v2.issue with parameters of type NotificationJsonBeanModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseIssueResource.notify(String issueIdOrKey, NotificationJsonBean request) Sends a notification (email) to the list or recipients defined in the request.