The debugger identified that there is a pagination bug when fetching fields from a project board. A user reported having 24 custom fields and wanting 2 create 2 new ones and receiving the following warning:
Warning: Failed to create field "Customer Impact": Request failed due to following response errors:
- Name has already been taken
Warning: Failed to create field "Notes": Request failed due to following response errors:
- Name has already been taken
This happened because only 20 fields were fetched and it thought the fields don't exist, so it tried to create them. Reordering the fields manually provided a temporary fix for he user which proves that the fields did indeed exist.
/cc @pelikhan
The debugger identified that there is a pagination bug when fetching fields from a project board. A user reported having 24 custom fields and wanting 2 create 2 new ones and receiving the following warning:
This happened because only 20 fields were fetched and it thought the fields don't exist, so it tried to create them. Reordering the fields manually provided a temporary fix for he user which proves that the fields did indeed exist.
/cc @pelikhan