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
The query returns several columns that you need to expand before you can use them. Any entity pulled in using an OData **$expand** statement returns a record with potentially several fields. Expand the record to flatten the entity into its fields.
247
+
The query returns several columns that you need to expand before you can use them to create a report. Any entity pulled in using an OData **$expand** statement returns a record with potentially several fields. Expand the record to flatten the entity into its fields.
248
248
249
249
For the Feature Progress report, you'll need to carry out the following transforms:
-`{project}` - Your team project name, or omit "/{project}" entirely, for a cross-project query
97
97
-`{areapath}` - Your Area Path. Example format: `Project\Level1\Level2`
98
98
-`{tag}` - A tag that represents your release. All work items tagged with `{tagname}` are included in the report
99
-
-`{startdate}` - The date to start the burndown report
99
+
-`{startdate}` - The date to start the burndown report with the format: `YYYY-MM-DDZ`. For example: `2022-04-01Z` represents 2022-April-01. Don't enclose in quotes.
100
100
-`{enddate}` - The date to end the burndown report.
0 commit comments