Skip to content

Pagination bug in safe output update-project #20777

Description

@mnkiefer

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions