-
Notifications
You must be signed in to change notification settings - Fork 16
[$50] Behaviour when a ticket needs to be reassigned #292
Comments
Reference ticket https://www.topcoder.com/challenges/30119420 for topcoder-platform/resources-api#15 (comment) |
Contest https://www.topcoder.com/challenges/30119815 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30119815 has been updated - it has been assigned to afrisalyp. |
I'm not able to create a challenge in the dev environment.
I need the dev env to reproduce the issue and test the fixes. |
I'm able to use the dev env by using the old token mechanism to test this issue fixes. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30119815 |
Uh oh!
There was an error while loading. Please reload this page.
@afrisalyp - Can you take a look at this one please? If I remember right, this was due to the challenge API not working properly with unassigning the first user.
If CoPilot removes user A and assigns (in the same step) user B, I find that TCX will assign and then unassign user B.
Note: It does not unassign user A
To actually assign user B, I need to remove the label tcx_assigned, set tcx_openforpickup and then assign user B. TCX finally accepts user B as the new assignee.
However, I am now stuck with both user A and user B as assignees in TCX - github shows only user B as the assignee...
The text was updated successfully, but these errors were encountered: