You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
We have a problem when challenge creation fails, which can happen for various reasons.
If challenge creation fails for a git ticket, then future updates to that ticket also fail because there is no Topcoder challenge associated with the ticket.
Expected functionality
To get around this, we should do the following:
On future updates to the ticket (assignee changed, ticket updated, etc...), we need to check if there is an associated challenge. If there is no associated challenge, we should attempt to create one. If that fails, we will log a new message as a comment on the ticket indicating that challenge creation failed.
We need to ensure that if an OAuth token for a user has expired that we properly refresh it.
Current functionality
Currently, if the challenge creation fails when the ticket is created, all future updates fail when assignees are added or when the ticket is updated or closed.
Validation
For this challenge, you MUST provide clear validation details for both of the items mentioned above.
The text was updated successfully, but these errors were encountered:
We have a problem when challenge creation fails, which can happen for various reasons.
If challenge creation fails for a git ticket, then future updates to that ticket also fail because there is no Topcoder challenge associated with the ticket.
Expected functionality
To get around this, we should do the following:
On future updates to the ticket (assignee changed, ticket updated, etc...), we need to check if there is an associated challenge. If there is no associated challenge, we should attempt to create one. If that fails, we will log a new message as a comment on the ticket indicating that challenge creation failed.
We need to ensure that if an OAuth token for a user has expired that we properly refresh it.
Current functionality
Currently, if the challenge creation fails when the ticket is created, all future updates fail when assignees are added or when the ticket is updated or closed.
Validation
For this challenge, you MUST provide clear validation details for both of the items mentioned above.
The text was updated successfully, but these errors were encountered: