Skip to content

Single Relation endpoint bugs

While testing the Single Relation Endpoint, I identified a few bugs:

  1. If the user conducting the migration is not the first member in the list, all existing project members get deleted. This occurs when one user performs the initial migration, followed by a second user using the endpoint.
  2. Access tokens of bot users cannot be used.
  3. The IID tracker for issues isn't reset, leading to a duplicated IID error when users try to create issues.
  4. Attributes in the project.json file are restored, which is incorrect as the endpoint should only restore missing relations.