Skip to content

Commit 64698b3

Browse files
Merge branch 'kainawroth-workitem' of https://github.com/kainawroth/supportarticles-docs-pr into pr/kainawroth/10065
2 parents cf2238a + 62b086d commit 64698b3

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

support/azure/azure-monitor/app-insights/troubleshoot-work-item-integration.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshoot Work Item Integration Issues in Application Insights
3-
description: Provides general recommendations and specific suggestions for issues with work item integration in Application Insights.
3+
description: Provides general recommendations and specific suggestions for issues that affect work item integration in Application Insights.
44
author: JarrettRenshaw
55
ms.author: jarrettr
66
manager: dcscontentpm
@@ -12,72 +12,72 @@ ms.reviewer: v-ryanberg, v-gsitser
1212
---
1313
# Troubleshoot work item integration issues in Application Insights
1414

15-
[Work item integration](/azure/azure-monitor/app/work-item-integration) in Application Insights allows you to create and link work items directly from telemetry data. If this feature isn't working as expected, the following guidance helps you diagnose and resolve common issues.
15+
[Work item integration](/azure/azure-monitor/app/work-item-integration) in Application Insights enables you to create and link work items directly from telemetry data. If this feature isn't working as expected, the following guidance helps you to diagnose and resolve common issues.
1616

1717
## The "Create work item" option doesn't appear in transaction details
1818

19-
If you don't see the option to create a work item, it usually means that integration hasn't been enabled or the resource isn't linked to Azure DevOps or GitHub.
19+
If you don't see the option to create a work item, it's likely that integration wasn't enabled or the resource isn't linked to Azure DevOps or GitHub.
2020

2121
**What to do:**
2222

23-
1. In Application Insights, navigate to **Work Items** and confirm that integration settings are configured.
24-
1. Start the process from the **Create a work item** flow or use a workbook template.
23+
1. In Application Insights, navigate to **Work Items**, and verify that integration settings are configured.
24+
1. Start the process from the **Create a work item** flow, or use a workbook template.
2525

2626
## On-premises Azure DevOps URL rejected
2727

28-
This issue occurs when the URL format doesn't meet validation requirements.
28+
This issue occurs if the URL format doesn't meet validation requirements.
2929

3030
**What to do:**
3131

32-
* Make sure the URL uses HTTPS and matches the validation rule in the workbook parameter.
33-
* If you're using a self-hosted Azure DevOps instance, ensure it's accessible from the Azure portal.
32+
* Make sure that the URL uses the HTTPS protocol and matches the validation rule in the workbook parameter.
33+
* If you're using a self-hosted Azure DevOps instance, make sure that it's accessible from the Azure portal.
3434

3535
## Authorization prompt doesn't appear or linking fails
3636

37-
If you don't see the authorization prompt or linking fails, it can be caused by popup blockers or cached tokens.
37+
If you don't see the authorization prompt, or if linking fails, the cause might be a pop-up blocker or cached tokens.
3838

3939
**What to do:**
4040

41-
* Disable popup blockers and allow third-party cookies in your browser.
42-
* Clear your browser cache and try linking again.
41+
* Disable pop-up blockers and allow third-party cookies in your browser.
42+
* Clear your browser cache, and then try again to link.
4343
* If you're using OAuth, verify that the required scopes are granted.
4444

45-
## Work item creation fails with permission errors
45+
## Work item creation fails and returns permission errors
4646

47-
Permission errors usually mean your account doesn't have sufficient rights in Azure DevOps or GitHub.
47+
Permission errors usually indicate that your account doesn't have sufficient rights in Azure DevOps or GitHub.
4848

4949
**What to do:**
5050

5151
* For Azure DevOps, ensure you have *Contribute* permissions.
5252
* For GitHub, confirm you have *Write* access to the repository.
53-
* If you're using a Personal Access Token (PAT), make sure it includes the *Work Items (read/write)* scope.
53+
* If you're using a Personal Access Token (PAT), make sure it includes *the Work Items (read/write)* scope.
5454

55-
## Template fails to load or save
55+
## Template doesn't load or save
5656

57-
This problem often occurs due to region limitations or missing permissions.
57+
This issue typically occurs because of region limitations or missing permissions.
5858

5959
**What to do:**
6060

6161
* Verify that the region supports the *Microsoft.Insights/workbooks* resource type.
6262
* Check that the resource provider is registered in your subscription.
63-
* Assign the *Microsoft.Insights/workbooks/write* role or try saving the template in a supported region.
63+
* Assign the *Microsoft.Insights/workbooks/write* role, or try saving the template in a supported region.
6464

6565
## Contextual data is missing from created work items
6666

6767
If the work item doesn't include expected data, the Kusto Query Language (KQL) query might not return the correct schema.
6868

6969
**What to do:**
7070

71-
* Run the query in **Logs** to confirm the output fields.
71+
* Run the query in **Logs** to verify the output fields.
7272
* Update the query or bindings to match the expected schema.
7373

7474
## Template isn't visible to other users
7575

76-
This usually happens when the template is saved as private or role-based access control (RBAC) permissions are insufficient.
76+
This issue usually occurs if the template is saved as private, or if role-based access control (RBAC) permissions are insufficient.
7777

7878
**What to do:**
7979

80-
* Ensure the template is stored in a shared resource group and not saved as *My Reports*.
80+
* Make sure that the template is stored in a shared resource group and not saved as *My Reports*.
8181
* Grant other users at least *Reader* access to the resource.
8282

8383
## Deleting a template doesn't remove existing links
@@ -91,11 +91,11 @@ Removing a workbook doesn't automatically clear cached configuration.
9191

9292
## GitHub issue or Azure DevOps item opens in the wrong repository or project
9393

94-
This happens when the default repository or organization URL is incorrect or multiple templates override settings.
94+
This issue occurs if the default repository or organization URL is incorrect or multiple templates override settings.
9595

9696
**What to do:**
9797

98-
* Open the workbook and confirm the default repository or organization URL parameter.
98+
* Open the workbook, and verify the default repository or organization URL parameter.
9999
* Remove or update conflicting templates.
100100

101101
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)