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 ID | Schema groups | Scope |
---|---|---|
builtin:issue-tracking.integration |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:issue-tracking.integration |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:issue-tracking.integration | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:issue-tracking.integration |
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.
Property | Type | Description | Required |
---|---|---|---|
Enabledenabled | boolean | - | required |
Issue labelissuelabel | text | Set a label to identify these issues, for example, | required |
Issue queryissuequery | text | You can use the following placeholders to automatically insert values from the Release monitoring page in your query: | required |
Issue typeissuetheme | enum | Select the issue type to be displayed.
| required |
Issue-tracking systemissuetrackersystem | enum | Select the issue-tracking system you want to query.
| required |
Target URLurl | 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 |
Usernameusername | text | - | required |
Passwordpassword | secret | - | optional |
Tokentoken | secret | - | optional |