1. Packages
  2. Packages
  3. Dynatrace
  4. API Docs
  5. JiraNotification
Viewing docs for Dynatrace v0.36.0
published on Tuesday, Jun 9, 2026 by Pulumiverse
dynatrace logo
Viewing docs for Dynatrace v0.36.0
published on Tuesday, Jun 9, 2026 by Pulumiverse

    This resource requires the Jira for Workflows app to be installed via the Dynatrace Hub.

    This resource requires the API token scopes Read settings (settings.read) and Write settings (settings.write)

    Dynatrace Documentation

    • Jira notifications - https://www.dynatrace.com/support/help/setup-and-configuration/integrations/problem-notifications/jira-integration

    • Settings API - https://www.dynatrace.com/support/help/dynatrace-api/environment-api/settings (schemaId: builtin:problem.notifications)

    Export Example Usage

    • terraform-provider-dynatrace -export dynatrace.JiraNotification downloads the existing problem notifications for Jira

    The full documentation of the export feature is available here.

    Create JiraNotification Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new JiraNotification(name: string, args: JiraNotificationArgs, opts?: CustomResourceOptions);
    @overload
    def JiraNotification(resource_name: str,
                         args: JiraNotificationArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def JiraNotification(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         active: Optional[bool] = None,
                         description: Optional[str] = None,
                         issue_type: Optional[str] = None,
                         profile: Optional[str] = None,
                         project_key: Optional[str] = None,
                         summary: Optional[str] = None,
                         url: Optional[str] = None,
                         username: Optional[str] = None,
                         api_token: Optional[str] = None,
                         legacy_id: Optional[str] = None,
                         name: Optional[str] = None)
    func NewJiraNotification(ctx *Context, name string, args JiraNotificationArgs, opts ...ResourceOption) (*JiraNotification, error)
    public JiraNotification(string name, JiraNotificationArgs args, CustomResourceOptions? opts = null)
    public JiraNotification(String name, JiraNotificationArgs args)
    public JiraNotification(String name, JiraNotificationArgs args, CustomResourceOptions options)
    
    type: dynatrace:JiraNotification
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "dynatrace_jiranotification" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args JiraNotificationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args JiraNotificationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args JiraNotificationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args JiraNotificationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args JiraNotificationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var jiraNotificationResource = new Dynatrace.JiraNotification("jiraNotificationResource", new()
    {
        Active = false,
        Description = "string",
        IssueType = "string",
        Profile = "string",
        ProjectKey = "string",
        Summary = "string",
        Url = "string",
        Username = "string",
        ApiToken = "string",
        LegacyId = "string",
        Name = "string",
    });
    
    example, err := dynatrace.NewJiraNotification(ctx, "jiraNotificationResource", &dynatrace.JiraNotificationArgs{
    	Active:      pulumi.Bool(false),
    	Description: pulumi.String("string"),
    	IssueType:   pulumi.String("string"),
    	Profile:     pulumi.String("string"),
    	ProjectKey:  pulumi.String("string"),
    	Summary:     pulumi.String("string"),
    	Url:         pulumi.String("string"),
    	Username:    pulumi.String("string"),
    	ApiToken:    pulumi.String("string"),
    	LegacyId:    pulumi.String("string"),
    	Name:        pulumi.String("string"),
    })
    
    resource "dynatrace_jiranotification" "jiraNotificationResource" {
      active      = false
      description = "string"
      issue_type  = "string"
      profile     = "string"
      project_key = "string"
      summary     = "string"
      url         = "string"
      username    = "string"
      api_token   = "string"
      legacy_id   = "string"
      name        = "string"
    }
    
    var jiraNotificationResource = new JiraNotification("jiraNotificationResource", JiraNotificationArgs.builder()
        .active(false)
        .description("string")
        .issueType("string")
        .profile("string")
        .projectKey("string")
        .summary("string")
        .url("string")
        .username("string")
        .apiToken("string")
        .legacyId("string")
        .name("string")
        .build());
    
    jira_notification_resource = dynatrace.JiraNotification("jiraNotificationResource",
        active=False,
        description="string",
        issue_type="string",
        profile="string",
        project_key="string",
        summary="string",
        url="string",
        username="string",
        api_token="string",
        legacy_id="string",
        name="string")
    
    const jiraNotificationResource = new dynatrace.JiraNotification("jiraNotificationResource", {
        active: false,
        description: "string",
        issueType: "string",
        profile: "string",
        projectKey: "string",
        summary: "string",
        url: "string",
        username: "string",
        apiToken: "string",
        legacyId: "string",
        name: "string",
    });
    
    type: dynatrace:JiraNotification
    properties:
        active: false
        apiToken: string
        description: string
        issueType: string
        legacyId: string
        name: string
        profile: string
        projectKey: string
        summary: string
        url: string
        username: string
    

    JiraNotification Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The JiraNotification resource accepts the following input properties:

    Active bool
    This setting is enabled (true) or disabled (false)
    Description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    IssueType string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    Profile string
    The ID of the associated alerting profile
    ProjectKey string
    The project key of the Jira issue to be created by this notification.
    Summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    Url string
    The URL of the Jira API endpoint.
    Username string
    The username of the Jira profile.
    ApiToken string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    LegacyId string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    Name string
    The name of the notification configuration.
    Active bool
    This setting is enabled (true) or disabled (false)
    Description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    IssueType string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    Profile string
    The ID of the associated alerting profile
    ProjectKey string
    The project key of the Jira issue to be created by this notification.
    Summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    Url string
    The URL of the Jira API endpoint.
    Username string
    The username of the Jira profile.
    ApiToken string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    LegacyId string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    Name string
    The name of the notification configuration.
    active bool
    This setting is enabled (true) or disabled (false)
    description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issue_type string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    profile string
    The ID of the associated alerting profile
    project_key string
    The project key of the Jira issue to be created by this notification.
    summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url string
    The URL of the Jira API endpoint.
    username string
    The username of the Jira profile.
    api_token string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    legacy_id string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name string
    The name of the notification configuration.
    active Boolean
    This setting is enabled (true) or disabled (false)
    description String
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issueType String

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    profile String
    The ID of the associated alerting profile
    projectKey String
    The project key of the Jira issue to be created by this notification.
    summary String

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url String
    The URL of the Jira API endpoint.
    username String
    The username of the Jira profile.
    apiToken String
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    legacyId String
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name String
    The name of the notification configuration.
    active boolean
    This setting is enabled (true) or disabled (false)
    description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issueType string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    profile string
    The ID of the associated alerting profile
    projectKey string
    The project key of the Jira issue to be created by this notification.
    summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url string
    The URL of the Jira API endpoint.
    username string
    The username of the Jira profile.
    apiToken string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    legacyId string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name string
    The name of the notification configuration.
    active bool
    This setting is enabled (true) or disabled (false)
    description str
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issue_type str

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    profile str
    The ID of the associated alerting profile
    project_key str
    The project key of the Jira issue to be created by this notification.
    summary str

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url str
    The URL of the Jira API endpoint.
    username str
    The username of the Jira profile.
    api_token str
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    legacy_id str
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name str
    The name of the notification configuration.
    active Boolean
    This setting is enabled (true) or disabled (false)
    description String
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issueType String

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    profile String
    The ID of the associated alerting profile
    projectKey String
    The project key of the Jira issue to be created by this notification.
    summary String

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url String
    The URL of the Jira API endpoint.
    username String
    The username of the Jira profile.
    apiToken String
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    legacyId String
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name String
    The name of the notification configuration.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the JiraNotification resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing JiraNotification Resource

    Get an existing JiraNotification resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: JiraNotificationState, opts?: CustomResourceOptions): JiraNotification
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            active: Optional[bool] = None,
            api_token: Optional[str] = None,
            description: Optional[str] = None,
            issue_type: Optional[str] = None,
            legacy_id: Optional[str] = None,
            name: Optional[str] = None,
            profile: Optional[str] = None,
            project_key: Optional[str] = None,
            summary: Optional[str] = None,
            url: Optional[str] = None,
            username: Optional[str] = None) -> JiraNotification
    func GetJiraNotification(ctx *Context, name string, id IDInput, state *JiraNotificationState, opts ...ResourceOption) (*JiraNotification, error)
    public static JiraNotification Get(string name, Input<string> id, JiraNotificationState? state, CustomResourceOptions? opts = null)
    public static JiraNotification get(String name, Output<String> id, JiraNotificationState state, CustomResourceOptions options)
    resources:  _:    type: dynatrace:JiraNotification    get:      id: ${id}
    import {
      to = dynatrace_jiranotification.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Active bool
    This setting is enabled (true) or disabled (false)
    ApiToken string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    Description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    IssueType string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    LegacyId string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    Name string
    The name of the notification configuration.
    Profile string
    The ID of the associated alerting profile
    ProjectKey string
    The project key of the Jira issue to be created by this notification.
    Summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    Url string
    The URL of the Jira API endpoint.
    Username string
    The username of the Jira profile.
    Active bool
    This setting is enabled (true) or disabled (false)
    ApiToken string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    Description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    IssueType string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    LegacyId string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    Name string
    The name of the notification configuration.
    Profile string
    The ID of the associated alerting profile
    ProjectKey string
    The project key of the Jira issue to be created by this notification.
    Summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    Url string
    The URL of the Jira API endpoint.
    Username string
    The username of the Jira profile.
    active bool
    This setting is enabled (true) or disabled (false)
    api_token string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issue_type string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    legacy_id string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name string
    The name of the notification configuration.
    profile string
    The ID of the associated alerting profile
    project_key string
    The project key of the Jira issue to be created by this notification.
    summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url string
    The URL of the Jira API endpoint.
    username string
    The username of the Jira profile.
    active Boolean
    This setting is enabled (true) or disabled (false)
    apiToken String
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    description String
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issueType String

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    legacyId String
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name String
    The name of the notification configuration.
    profile String
    The ID of the associated alerting profile
    projectKey String
    The project key of the Jira issue to be created by this notification.
    summary String

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url String
    The URL of the Jira API endpoint.
    username String
    The username of the Jira profile.
    active boolean
    This setting is enabled (true) or disabled (false)
    apiToken string
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    description string
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issueType string

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    legacyId string
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name string
    The name of the notification configuration.
    profile string
    The ID of the associated alerting profile
    projectKey string
    The project key of the Jira issue to be created by this notification.
    summary string

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url string
    The URL of the Jira API endpoint.
    username string
    The username of the Jira profile.
    active bool
    This setting is enabled (true) or disabled (false)
    api_token str
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    description str
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issue_type str

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    legacy_id str
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name str
    The name of the notification configuration.
    profile str
    The ID of the associated alerting profile
    project_key str
    The project key of the Jira issue to be created by this notification.
    summary str

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url str
    The URL of the Jira API endpoint.
    username str
    The username of the Jira profile.
    active Boolean
    This setting is enabled (true) or disabled (false)
    apiToken String
    The API token for the Jira profile. Using password authentication was deprecated by Jira
    description String
    The description of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).
    issueType String

    The type of the Jira issue to be created by this notification.

    To find all available issue types, or to create your own issue type, within JIRA go to Options > Issues.

    legacyId String
    The ID of these settings when referred to from resources requiring the REST API V1 keys
    name String
    The name of the notification configuration.
    profile String
    The ID of the associated alerting profile
    projectKey String
    The project key of the Jira issue to be created by this notification.
    summary String

    The summary of the Jira issue to be created by this notification. Type '{' for placeholder suggestions.. #### Available placeholders {ImpactedEntity}: A short description of the problem and impacted entity (or multiple impacted entities).

    {ImpactedEntityNames}: The entity impacted by the problem.

    {NamesOfImpactedEntities}: The names of all entities that are impacted by the problem.

    {PID}: Unique system identifier of the reported problem.

    {ProblemID}: Display number of the reported problem.

    {ProblemImpact}: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.

    {ProblemSeverity}: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.

    {ProblemTitle}: Short description of the problem.

    {ProblemURL}: URL of the problem within Dynatrace.

    {State}: Problem state. Possible values are OPEN or RESOLVED.

    {Tags}: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: {Tags[key]}. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.

    url String
    The URL of the Jira API endpoint.
    username String
    The username of the Jira profile.

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Viewing docs for Dynatrace v0.36.0
    published on Tuesday, Jun 9, 2026 by Pulumiverse

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial