0

I have an Android app developed in Xamarin.Forms. It's using Visual Studio App Center to build the APK, track issues and distribute to the app stores.

I want to track which issues are associated with a particular build.

On the Diagnostics > Issues page in Visual Studio App Center, there's a dropdown for Build. However the option is gryed out and I cannot filter by Build number.

enter image description here

How can I filter by Build on the issues page?

TidyDev
  • 3,470
  • 9
  • 29
  • 51
  • I believe this means that there is only one build in the dataset for the selected period. If you change the Time filter to 90 days does the Build filter become active? – Jason Oct 25 '20 at 13:13
  • @Jason There should have been 4 builds in the last 90 days, however setting the timescale to 90 days does not unlock the dropdown. – TidyDev Oct 26 '20 at 02:36
  • 1
    You need first select version number, and after that build filter will be populated. – nevermore Oct 26 '20 at 03:25
  • @JackHua-MSFT that fixed my issue. – TidyDev Oct 26 '20 at 03:42
  • I added an answer there and can you please mark it so that we can help more people with same problem:). – nevermore Oct 26 '20 at 05:10

1 Answers1

1

You need first select version number, and after that build filter will be populated.

nevermore
  • 15,432
  • 1
  • 12
  • 30