Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epic-product type state does not match service tree current lifecycle stage

ladonnaq opened this issue · comments

Bug/issue: There are data discrepancy between the epic (product type) State field and the Product Lifecycle Field. The Service Tree metadata field "Current lifecycle stage" is the value for both of these ADO fields.

Here is example:

  • Epic product type state = "Closing Down"
image
  • Service Tree product lifecycle metadata indicates the product lifecycle is "In Development"
image
  • Also, I noticed that the Azure SDK bot account made an update on 01/31/2024 to the Data API Builder epic (product type) to update the State, Pub Prev Date, and GADate. The Product Lifecycle data should have also been changed and has the same value as the State.

Here is query that can be used to find the data discrepancies that need to be resolved - https://dev.azure.com/azure-sdk/Release/_queries/query/?tempQueryId=31d4fab9-535d-45c4-9b16-7140c8c50f3a

  • Validate that the Release Planner automation is continuing to validate and sync the service tree lifecycle metadata to ADO. The state of the epic-product type should be the same as the "Current Lifecycle Stage" in the service tree metadata.

@ladonnaq We already have automatic synchronization of product's current lifecycle to Product state and Product life cycle fields in work item. I checked the work item in question. It seems you have manually modified the state to Closing Down on Fri 3/29/2024 11:01 AM.

I will check few more work items in the query mentioned above.