Skip to content

Commit 18eca2a

Browse files
committed
removed monikers so can archive sql reports content as non-versioned content.
Added redirect for one file that was moved under report/admin folder AB#1742499: Archive SQL Reports (65 articles)
1 parent 14955a3 commit 18eca2a

File tree

44 files changed

+77
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+77
-157
lines changed

docs/boards/backlogs/office/bulk-add-modify-work-items-excel.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Here's some more guidance:
150150
- Use an input list, tree list: To complete top down planning and publish parent-child linked work items
151151
- Use a query list, flat list: To create an Excel report based on the query of work items
152152
> [!NOTE]
153-
To create an Excel report, you're project collection must be configured to support Analytics reporting. For more information, see [Create Excel reports from a work item query](../../../report/create-status-and-trend-excel-reports.md).
153+
To create an Excel report, you're project collection must be configured to support Analytics reporting. For more information, see [Create Excel reports from a work item query](../../../report/admin/create-status-and-trend-excel-reports.md).
154154
- Use a query list, tree list: To view and modify the hierarchy and parent-child link relationships of many existing work items.
155155

156156

@@ -657,7 +657,7 @@ You can create a report using the **New Report** feature based on a flat list of
657657
> [!div class="mx-imgBorder"]
658658
> ![Create a report using the New Report feature.](media/excel/team-ribbon-new-report.png)
659659
660-
To learn more, see [Create Excel reports from a work item query](../../../report/create-status-and-trend-excel-reports.md).
660+
To learn more, see [Create Excel reports from a work item query](../../../report/admin/create-status-and-trend-excel-reports.md).
661661

662662

663663
## Resolve publishing errors
@@ -694,7 +694,7 @@ To resolve publishing errors that arise when working in Excel, see one of the fo
694694
- [Bulk modify work items (web portal)](../../backlogs/bulk-modify-work-items.md)
695695
- [Azure DevOps Office integration issues](tfs-office-integration-issues.md)
696696
- [FAQs: Work in Excel connected to Azure Boards](faqs.yml)
697-
- [Create Excel reports from a work item query](../../../report/create-status-and-trend-excel-reports.md)
697+
- [Create Excel reports from a work item query](../../../report/admin/create-status-and-trend-excel-reports.md)
698698
- [Basic Excel tasks](https://support.office.com/article/basic-tasks-in-excel-dc775dd1-fa52-430f-9c3c-d998d1735fca)
699699

700700
::: moniker-end

docs/boards/work-items/set-work-item-experience-vs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each view supports the following tasks:
4242
- [Organize query folders and set query permissions](../queries/set-query-permissions.md)
4343
- [Open query in Excel](../backlogs/office/bulk-add-modify-work-items-excel.md)
4444
- [Email query results list using Outlook](../queries/share-plans.md)
45-
- [Create reports from query in Excel](../../report/create-status-and-trend-excel-reports.md) (on-premises Azure DevOps Server only)
45+
- [Create reports from query in Excel](../../report/admin/create-status-and-trend-excel-reports.md) (on-premises Azure DevOps Server only)
4646

4747
:::column-end:::
4848
:::row-end:::
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path": "docs/report/create-status-and-trend-excel-reports.md",
5+
"redirect_url": "/azure/devops/report/admin/create-status-and-trend-excel-reports"
6+
}
7+
]
8+
}

docs/report/admin/add-a-report-server.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/add-reports-to-a-team-project.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/change-a-process-control-setting.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

@@ -41,15 +40,17 @@ You can determine the current settings and change a setting by using the Warehou
4140
1. Sign in to the application-tier server.
4241

4342
2. Open a web browser, type the following string in the Address bar, and then press ENTER:
44-
::: moniker range=">= azure-devops-2019"
43+
4544
`http://localhost:8080/DefaultCollection/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx`
46-
::: moniker-end
47-
::: moniker range="< azure-devops-2019"
45+
46+
Or,
47+
4848
```
4949
http://localhost:8080/VirtualDirectory/DefaultCollection/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx
5050
```
51+
5152
For VirtualDirectory, type the IIS Virtual Directory that was specified when TFS was installed. By default, the virtual directory is **tfs**.
52-
::: moniker-end
53+
5354
If the project is on a different project collection, specify the name of the collection in place of *DefaultCollection*.
5455

5556
The **WarehouseControlWebService** page opens.

docs/report/create-status-and-trend-excel-reports.md docs/report/admin/create-status-and-trend-excel-reports.md

+17-42
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,33 @@ ms.technology: devops-analytics
77
ms.topic: quickstart
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/22/2021
1211
---
1312

1413
# Create status and trend reports from a work item query
1514

16-
[!INCLUDE [temp](./includes/tfs-report-platform-version.md)]
15+
[!INCLUDE [temp](../includes/tfs-report-platform-version.md)]
1716

1817
One of the quickest ways to generate a custom work tracking report is to use Excel and start with a flat list query. You can generate both status and trend charts. Also, once you've built a report, you can manipulate the data further by adding or filtering fields using the PivotTable.
1918

20-
::: moniker range=">= azure-devops-2019 < azure-devops"
2119

2220
> [!NOTE]
23-
> This feature is only available with an on-premises Azure DevOps Server 2019 and later versions configured with SQL Server Analysis Services. Also, this feature only supports projects that are defined on project collections configured with the On-premises XML process model. If your collection is configured to support the Inheritance process model, you can use Analytics views to filter work items and generate Power BI reports. To learn more, see [What are Analytics views?](./powerbi/what-are-analytics-views.md) To learn more about process models, see [Customize your work tracking experience](../reference/customize-work.md#process-models).
21+
> This feature is supported for the following versions and configurations:
22+
> - Azure DevOps Server 2020 and earlier versions configured with SQL Server Analysis Services.
23+
> - For Azure DevOps Server 2019 and Azure DevOps Server 2020, supports projects that are defined on project collections configured with the On-premises XML process model. If your collection is configured to support the Inheritance process model, you can use Analytics views to filter work items and generate Power BI reports. To learn more, see [What are Analytics views?](../powerbi/what-are-analytics-views.md) To learn more about process models, see [Customize your work tracking experience](../../reference/customize-work.md#process-models).
2424
>
25-
> If you want to export work items to Excel, see [Bulk add or modify work items with Excel](../boards/backlogs/office/bulk-add-modify-work-items-excel.md). To get the latest version of the Azure DevOps add-in for Office, install [Azure DevOps Office® Integration 2019](https://go.microsoft.com/fwlink/?linkid=2076587&clcid=0x409).
26-
27-
::: moniker-end
28-
29-
::: moniker range="<= tfs-2018"
30-
31-
> [!NOTE]
32-
> This feature is available with an on-premises Team Foundation Server (TFS) configured with SQL Server Analysis Services.
33-
>
34-
>If you want to export work items to Excel, see [Bulk add or modify work items with Excel](../boards/backlogs/office/bulk-add-modify-work-items-excel.md). To get the latest version of the Azure Devops add-in for Office, install [Azure DevOps Office® Integration 2019](https://go.microsoft.com/fwlink/?linkid=2076587&clcid=0x409).
35-
36-
::: moniker-end
37-
25+
> If you want to export work items to Excel, see [Bulk add or modify work items with Excel](../../boards/backlogs/office/bulk-add-modify-work-items-excel.md). To get the latest version of the Azure DevOps add-in for Office, install [Azure DevOps Office® Integration 2019](https://go.microsoft.com/fwlink/?linkid=2076587&clcid=0x409).
3826
3927
Here's an example of a status report generated from a flat-list query.
4028

4129
![Excel State pie chart report](media/excel-reports/excel-pie-chart.png)
4230

43-
4431
## Prerequisites
4532

4633
You can generate these reports only when you work with an on-premises Azure DevOps Server that has been configured with reporting services.
47-
- Your deployment needs to be integrated with reporting services. If your on-premises application-tier server hasn't been configured to support reporting services, you can add that functionality by following the steps provided here: [Add reports to a team project](./admin/add-reports-to-a-team-project.md).
34+
- Your deployment needs to be integrated with reporting services. If your on-premises application-tier server hasn't been configured to support reporting services, you can add that functionality by following the steps provided here: [Add reports to a team project](add-reports-to-a-team-project.md).
4835

49-
- You must be a member of the **TfsWarehouseDataReader** security roles. To get added, see [Grant permissions to view or create reports in Azure DevOps Server](./admin/grant-permissions-to-reports.md).
36+
- You must be a member of the **TfsWarehouseDataReader** security roles. To get added, see [Grant permissions to view or create reports in Azure DevOps Server](grant-permissions-to-reports.md).
5037

5138
- A version of Excel that is compatible with your version of Azure DevOps, such as Office 2010 or later version. For a complete list of supported versions, see [Azure DevOps client compatibility, Microsoft Office integration](/azure/devops/server/compatibility#microsoft-office-integration). If you don't have Excel, [install it now](https://office.microsoft.com/excel/).
5239

@@ -59,7 +46,7 @@ You can generate these reports only when you work with an on-premises Azure DevO
5946

6047
Use this procedure when you work from the Team Explorer plug-in for Visual Studio.
6148

62-
1. Create or open a [flat-list query](../boards/queries/using-queries.md) that contains the work items that you want to include in the report.
49+
1. Create or open a [flat-list query](../../boards/queries/using-queries.md) that contains the work items that you want to include in the report.
6350
> [!NOTE]
6451
> To view queries in Visual Studio 2019 and later versions, you must choose the **Tools** option **Legacy experience (compatibility mode)** as described in [Set the Work Items experience in Visual Studio 2019](../boards/work-items/set-work-item-experience-vs.md).
6552

@@ -96,7 +83,7 @@ Use this procedure when you work from the web portal or the Team Explorer plug-i
9683

9784
2. Connect to the project and choose the query.
9885

99-
If the server you need isn't listed, [add it now](../organizations/projects/connect-to-projects.md).
86+
If the server you need isn't listed, [add it now](../../organizations/projects/connect-to-projects.md).
10087

10188
3. Choose the reports to generate (steps 3 and 4 from the previous procedure).
10289

@@ -106,7 +93,7 @@ Use this procedure when you work from the web portal or the Team Explorer plug-i
10693

10794
### Q: Can I export a query to Excel?
10895

109-
**A:** If you want to export a query to Excel, you can do that from [Excel or Visual Studio/Team Explorer](../boards/backlogs/office/bulk-add-modify-work-items-excel.md). Or, to export a query directly from the web portal **Queries** page, install the [Azure DevOps Open in Excel Marketplace extension](https://marketplace.visualstudio.com/items?itemName=blueprint.vsts-open-work-items-in-excel). This extension adds an **Open in Excel** link to the toolbar of the query results page.
96+
**A:** If you want to export a query to Excel, you can do that from [Excel or Visual Studio/Team Explorer](../../boards/backlogs/office/bulk-add-modify-work-items-excel.md). Or, to export a query directly from the web portal **Queries** page, install the [Azure DevOps Open in Excel Marketplace extension](https://marketplace.visualstudio.com/items?itemName=blueprint.vsts-open-work-items-in-excel). This extension adds an **Open in Excel** link to the toolbar of the query results page.
11097

11198

11299
<a id="which_fields_are_non_reportable"></a>
@@ -117,11 +104,11 @@ Use this procedure when you work from the web portal or the Team Explorer plug-i
117104

118105
* **Description**, **History**, and other HTML data-type fields. These fields won't be added to the PivotTable or used to generate a report. Excel does not support generating reports on these fields.
119106

120-
* Fields with filter criteria that specify the **Contains**, **Contains Words**, **Does Not Contain**, or **Does Not Contain Words** operators will not be added to the PivotTable. Excel does not support these operators. To learn more about these operators, see [Query fields, operators, and macros](../boards/queries/query-operators-variables.md).
107+
* Fields with filter criteria that specify the **Contains**, **Contains Words**, **Does Not Contain**, or **Does Not Contain Words** operators will not be added to the PivotTable. Excel does not support these operators. To learn more about these operators, see [Query fields, operators, and macros](../../boards/queries/query-operators-variables.md).
121108

122109
### Q: Can I create reports if I'm working in Azure DevOps?
123110

124-
**A:** You can't create Excel reports; however, you can create [query-based charts](./dashboards/charts.md), generate Power BI reports using an [Analytics views](./powerbi/create-quick-report.md), or use the [Analytics Service](./powerbi/what-is-analytics.md).
111+
**A:** You can't create Excel reports; however, you can create [query-based charts](../dashboards/charts.md), generate Power BI reports using an [Analytics views](../powerbi/create-quick-report.md), or use the [Analytics Service](../powerbi/what-is-analytics.md).
125112

126113
### Q: How do I refresh the report to show the most recent data?
127114

@@ -131,20 +118,8 @@ Use this procedure when you work from the web portal or the Team Explorer plug-i
131118

132119
## Related articles
133120

134-
::: moniker range=">= azure-devops-2019"
135-
- [Bulk add or modify work items with Excel](../boards/backlogs/office/bulk-add-modify-work-items-excel.md)
136-
- [Track progress with status and trend query-based charts](./dashboards/charts.md)
137-
- [What are Analytics views?](./powerbi/what-are-analytics-views.md)
138-
- [Create a Power BI report with a default Analytics view](./powerbi/create-quick-report.md)
139-
- [Analytics Service](./powerbi/what-is-analytics.md)
140-
- [Reporting Services reports](./sql-reports/reporting-services-reports.md)
141-
- [Grant permissions to view or create SQL Server reports in Azure DevOps Server](./admin/grant-permissions-to-reports.md)
142-
::: moniker-end
143-
144-
::: moniker range="<= tfs-2018"
145-
146-
- [Bulk add or modify work items with Excel](../boards/backlogs/office/bulk-add-modify-work-items-excel.md)
147-
- [Track progress with status and trend query-based charts](./dashboards/charts.md)
148-
- [Reporting Services reports](./sql-reports/reporting-services-reports.md)
149-
- [Grant permissions to view or create SQL Server reports in Azure DevOps Server](./admin/grant-permissions-to-reports.md)
150-
::: moniker-end
121+
- [Bulk add or modify work items with Excel](../../boards/backlogs/office/bulk-add-modify-work-items-excel.md)
122+
- [Track progress with status and trend query-based charts](../dashboards/charts.md)
123+
- [Reporting Services reports](../sql-reports/reporting-services-reports.md)
124+
- [Grant permissions to view or create SQL Server reports in Azure DevOps Server](grant-permissions-to-reports.md)
125+

docs/report/admin/disable-data-warehouse.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: "< azure-devops"
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/grant-permissions-to-reports.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: quickstart
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

@@ -94,7 +93,7 @@ If members need to create or customize reports, add their accounts to the **TfsW
9493

9594
## Related notes
9695

97-
- [Create Excel reports from a work item query](../create-status-and-trend-excel-reports.md)
96+
- [Create Excel reports from a work item query](create-status-and-trend-excel-reports.md)
9897

9998

10099

docs/report/admin/locate-reports-after-upgrade.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.technology: devops-analytics
66
ms.topic: conceptual
77
ms.author: kaelli
88
author: KathrynEE
9-
monikerRange: '< azure-devops'
109
ms.date: 09/23/2021
1110
---
1211

docs/report/admin/manage-reports-data-warehouse-cube.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/manually-process-data-warehouse-and-cube.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

@@ -42,15 +41,14 @@ Processing the warehouse or cube depends on how much data is involved; it can ta
4241

4342
2. Sign in to the application-tier server and open the Warehouse Control Web Service by entering the following URL in a supported web browser:
4443

45-
::: moniker range=">= azure-devops-2019"
4644
`http://localhost:8080/DefaultCollection/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx`
47-
::: moniker-end
48-
::: moniker range="< azure-devops-2019"
45+
46+
Or,
4947
```
5048
http://localhost:8080/VirtualDirectory/DefaultCollection/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx
5149
```
5250
For VirtualDirectory, type the IIS Virtual Directory that was specified when TFS was installed. By default, the virtual directory is **tfs**.
53-
::: moniker-end
51+
5452
If the project is on a different project collection, specify the name of the collection in place of *DefaultCollection*.
5553

5654
3. The **WarehouseControlWebService** page opens.

docs/report/admin/rebuild-data-warehouse-and-cube.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/resolve-schema-conflicts.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/review-team-activities-for-useful-reports.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/upload-reports.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: devops-analytics
77
ms.topic: conceptual
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/view-organize-configure-reports-using-report-manager.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.topic: conceptual
77
ms.assetid: f382806c-9509-45bf-b175-51a2c853621a
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: '< azure-devops'
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/admin/view-upload-organize-reporting-services-reports.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.topic: conceptual
77
ms.assetid: 6368a79e-32d4-4451-89de-0975530e3d17
88
ms.author: kaelli
99
author: KathrynEE
10-
monikerRange: "<= tfs-2017"
1110
ms.date: 09/23/2021
1211
---
1312

docs/report/dashboards/charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ To learn more about using tags, see [Add tags to work items](../../boards/querie
452452

453453
## Query-based charts versus Excel-generated PivotCharts
454454

455-
Query-based charts generate data from the work item tracking data store and therefore displays the most recent data. [Excel PivotCharts](../create-status-and-trend-excel-reports.md) access data published to the Analysis Services cube, which is refreshed every two hours by default. Excel charts require your project's project collection is configured with SQL Server Reporting Services and Analysis Services.
455+
Query-based charts generate data from the work item tracking data store and therefore displays the most recent data. [Excel PivotCharts](../admin/create-status-and-trend-excel-reports.md) access data published to the Analysis Services cube, which is refreshed every two hours by default. Excel charts require your project's project collection is configured with SQL Server Reporting Services and Analysis Services.
456456

457457
::: moniker-end
458458

0 commit comments

Comments
 (0)