edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards
BUG. Custom additional fields on WI card. Board crashes on some fields.
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 28
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi!
I think it's better to discuss here, rather then at VS Marketplace.
As I published as VSM I tried to add custom field from another extension (our own development):
```javascript
{ "fields":[ { "name":"Logrocon.PerformerIT", "title":"Developer" } ] }
```
it has same type as AssignedTo. And it crashed the board:

But when I add string field from same extension:
```javascript
{ "fields":[ { "name":"Logrocon.CustomerContact.1C", "title":"Contact" } ] }
```
everything goes normal:

Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.