OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.JiraCallback

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.JiraCallback{
  alertFilter: AlertFilter,
  "bidirectional-callback-type": String.t(),
  "callback-type": String.t(),
  forwardingActionMappings: [ActionMapping],
  forwardingEnabled: boolean(),
  issueTypeName: String.t(),
  jiraPassword: String.t(),
  jiraUrl: String.t(),
  jiraUsername: String.t(),
  projectKey: String.t(),
  updatesActionMappings: [ActionMapping],
  updatesEnabled: boolean()
}