Settings API - Issue-tracking for releases schema table

    Issue-tracking for releases (builtin:issue-tracking.integration)

    Query any issue-tracking system to pull issue statistics for monitored entities into Dynatrace for release analysis. For details, see Issue-tracking integration.

    Schema IDSchema groupsScope
    builtin:issue-tracking.integration
    • group:cloud-automation.releases
    • group:cloud-automation
    environment
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:issue-tracking.integration
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:issue-tracking.integration
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:issue-tracking.integration

    Authentication

    To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

    Parameters

    PropertyTypeDescriptionRequired
    Enabled
    enabled
    boolean-required
    Issue label
    issuelabel
    text

    Set a label to identify these issues, for example, release_blocker or non-critical

    required
    Issue query
    issuequery
    text

    You can use the following placeholders to automatically insert values from the Release monitoring page in your query: {NAME}, {VERSION}, {STAGE}, {PRODUCT}.

    required
    Issue type
    issuetheme
    enum

    Select the issue type to be displayed.

    • INFO
    • ERROR
    • RESOLVED
    required
    Issue-tracking system
    issuetrackersystem
    enum

    Select the issue-tracking system you want to query.

    • JIRA
    • GITHUB
    • GITLAB
    • SERVICENOW
    • JIRA_ON_PREMISE
    • JIRA_CLOUD
    required
    Target URL
    url
    text

    For Jira, use the base URL (for example, https://jira.yourcompany.com); for GitHub, use the repository URL (for example, https://github.com/org/repo); for GitLab, use the specific project API for a single project (for example, https://gitlab.com/api/v4/projects/:projectId), and the specific group API for a multiple projects (for example, https://gitlab.com/api/v4/groups/:groupId); for ServiceNow, use your company instance URL (for example, https://yourinstance.service-now.com/)

    required
    Username
    username
    text-required
    Password
    password
    secret-optional
    Token
    token
    secret-optional