Skip to content

Commit

Permalink
docs(notifications): changed jira example comment (#2691)
Browse files Browse the repository at this point in the history
Co-authored-by: vagrawal-newrelic <[email protected]>
  • Loading branch information
amaor-newrelic and vagrawal-newrelic authored Sep 2, 2024
1 parent d415d1d commit 6640ecb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/docs/r/notification_channel.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,14 @@ resource "newrelic_notification_channel" "foo" {
property {
key = "project"
value = "10000"
value = "10000" // id of the project, can be found using https://confluence.atlassian.com/jirakb/how-to-get-project-id-from-the-jira-user-interface-827341414.html
label = "Project-Name"
}
property {
key = "issuetype"
value = "10004"
value = "10004" // id of the issuetype, can be found using https://confluence.atlassian.com/jirakb/finding-the-id-for-issue-types-646186508.html
label = "Bug"
}
property {
Expand Down Expand Up @@ -365,4 +367,4 @@ As described in the documentation of this resource, channels can be created and

If you're currently using `newrelic_alert_channel` to manage channels, we **strongly recommend** migrating to these notifications-based resources at the earliest.

Please refer to the examples in this page, or [this example](https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/guides/getting_started#add-a-notification-channel) for illustrations on setting up channels with these resources.
Please refer to the examples in this page, or [this example](https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/guides/getting_started#add-a-notification-channel) for illustrations on setting up channels with these resources.

0 comments on commit 6640ecb

Please sign in to comment.