You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Work item integration](/azure/azure-monitor/app/work-item-integration) in Application Insights might not work as expected. This article offers general recommendations and specific troubleshooting steps.
11
11
12
-
## Create work item option missing in transaction details
12
+
## The "Create work item" option doesn't appear in transaction details
13
13
14
-
**Cause:**Integration not enabled or resource not linked to Azure DevOps/GitHub.
14
+
**Cause:**Work item integration isn't enabled or the resource isn't linked to Azure DevOps or GitHub.
15
15
16
-
**Check:** In Application Insights, go to **Work Items** and confirm integration settings.
16
+
**Check:** In Application Insights, go to **Work Items** and confirm that integration settings are configured.
17
17
18
-
**Fix:** Enable integration and ensure you start from **Create a work item**or a workbook template.
18
+
**Fix:** Enable integration and start from the **Create a work item**flow or use a workbook template.
19
19
20
20
## On-premises Azure DevOps URL rejected
21
21
22
-
**Cause:** URL validation fails due to unsupported format.
22
+
**Cause:**The URL format doesn't meet validation requirements.
23
23
24
-
**Check:** Ensure the URL uses HTTPS and matches the regex (regular expressions) in the workbook parameter.
24
+
**Check:** Ensure the URL uses HTTPS and matches the validation rule in the workbook parameter.
25
25
26
26
**Fix:** Update the workbook's repository URL parameter and validation rule.
27
27
28
28
> [!NOTE]
29
-
> Self-hosted DevOps must be publicly accessible.
29
+
> If using a self-hosted Azure DevOps instance, make sure it is accessible from the Azure portal.
30
30
31
-
## Authorization prompt missing or linking fails
31
+
## Authorization prompt doesn't appear or linking fails
32
32
33
-
**Cause:** Popup blockers or stale tokens.
33
+
**Cause:** Popup blockers or cached tokens may prevent the prompt from appearing.
**Check:** Disable popup blockers, allow third-party cookies, and clear your browser cache.
36
36
37
-
**Fix:** Retry linking. If using OAuth, confirm required scopes are granted.
37
+
**Fix:** Retry linking. If using OAuth, confirm that the required scopes are granted.
38
38
39
39
## Work item creation fails with permission errors
40
40
41
-
**Cause:**Insufficient permissions in Azure DevOps or GitHub.
41
+
**Cause:**Your account doesn't have sufficient permissions in Azure DevOps or GitHub.
42
42
43
43
**Check:** Verify account roles:
44
44
45
45
* Azure DevOps: Needs *Contribute* permission.
46
46
* GitHub: Needs *Write* access.
47
47
48
-
**Fix:** If using PAT (Personal Access Token), ensure it includes **Work Items** (read/write) scope.
48
+
**Fix:** If using a Personal Access Token (PAT), ensure it includes **Work Items (read/write)** scope.
49
49
50
50
## Template fails to load or save
51
51
52
-
**Cause:** Region or RBAC issues.
52
+
**Cause:** Region limitations or missing permissions can prevent templates from loading or saving.
53
53
54
-
**Check:** Confirm region supports *Microsoft.Insights/workbooks* and resource provider is registered.
54
+
**Check:** Confirm that the region supports the *Microsoft.Insights/workbooks*resource type and that the resource provider is registered in your subscription.
55
55
56
-
**Fix:** Assign *Microsoft.Insights/workbooks/write* role or try saving in a supported region.
56
+
**Fix:** Assign the *Microsoft.Insights/workbooks/write* role or try saving the template in a supported region.
57
57
58
-
## Contextual data missing from created work items
58
+
## Contextual data is missing from created work items
59
59
60
-
**Cause:** KQL query returns unexpected schema.
60
+
**Cause:**The Kusto Query Language (KQL) query does not return the expected schema.
61
61
62
-
**Check:** Run the query in **Logs** and validate output fields.
62
+
**Check:** Run the query in **Logs** and validate the output fields.
63
63
64
-
**Fix:** Update bindings or query to match expected schema.
64
+
**Fix:** Update the query or bindings to match the expected schema.
65
65
66
-
## Template not visible to other users
66
+
## Template isn't visible to other users
67
67
68
-
**Cause:**Workbook saved as private or RBAC restrictions.
68
+
**Cause:**The template is saved as private or RBAC permissions are insufficient.
69
69
70
-
**Check:** Ensure template is in a shared resource group and not saved as *My Reports*.
70
+
**Check:** Ensure the template is stored in a shared resource group and not saved as *My Reports*.
71
71
72
-
**Fix:** Grant at least *Reader* access to the resource.
72
+
**Fix:** Grant other users at least *Reader* access to the resource.
0 commit comments