The reassign plan API moves plans to the default team
complete
G
Gunmetal Otter
I'm trying to integrate our app with the recently added "reassign plan owner" API ("PUT /plans/{id}/owner").
If a plan is assigned to a specific team, calling the API to assign a different user will remove the project's team assignment.
There is no documented way to specify a team when using this API.
For our use-case this API would be more useful if we could avoid removing the team assignment, or specify explicitly which team the project should be assigned to.
Log In
Susanne Reich
complete
Hi everyone, this API issue has been fixed, including the issue that no emails are sent when notify_user_flag is set to true. Let us know in case you have any further feedback, thanks!
Susanne Reich
planned
Susanne Reich
Hi Gunmetal Otter , thanks for your patience! Just to confirm: you are trying to reassign the plan within the
same
team, right? If so, the team needs to be specified by adding the line "target_team_id": "team uuid" to the body. Please check if that resolves the issue for you? Regarding your additional comment: We can reproduce the issue of no emails being sent when notify_user_flag is set to true and will provide a fix as soon as possible. Please follow along the status updates here on Canny. Thanks!
Y
Yarrow Bobcat
Any updates on this bug Susanne Reich? This bug makes this brand new endpoint kind of useless to us.
Susanne Reich
under review
G
Gunmetal Otter
We also noticed that no emails are sent when
notify_user_flag
is set to true.