This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ You should see the message passed successfully from the webhook to the receiver
168
168
If the flow works properly, you will see a comment like this added to the Gitlab issue:
169
169
170
170
```
171
- Contest https://www.topcoder-dev.com/challenges/30052039 has been created for this ticket.
171
+ Challenge 17ab4b5b-fad6-405a-8abb-9f23e9fa3730 has been created for this ticket
172
172
```
173
173
174
174
You can test assignment by assigning the ticket to yourself. You should then see another message after a few seconds like this:
175
175
176
176
```
177
- Contest https://www.topcoder-dev.com/challenges/30052039 has been updated - it has been assigned to tonyj .
177
+ Challenge 17ab4b5b-fad6-405a-8abb-9f23e9fa3730 has been assigned to mess .
178
178
```
179
179
180
180
## Sample development configs
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ const schema = new Schema({
58
58
} ,
59
59
// From topcoder api
60
60
challengeId : { type : Number , required : false } ,
61
+ challengeUUID : { type : String , required : false } ,
61
62
projectId : { type : String } ,
62
63
status : { type : String } ,
63
64
assignedAt : { type : Date , required : false } ,
You can’t perform that action at this time.
0 commit comments