Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c1dd104

Browse files
committed
Initial v5 integration
1 parent 8312b35 commit c1dd104

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

TopcoderXDeploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ You should see the message passed successfully from the webhook to the receiver
168168
If the flow works properly, you will see a comment like this added to the Gitlab issue:
169169

170170
```
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
172172
```
173173

174174
You can test assignment by assigning the ticket to yourself. You should then see another message after a few seconds like this:
175175

176176
```
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.
178178
```
179179

180180
## Sample development configs

src/models/Issue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const schema = new Schema({
5858
},
5959
// From topcoder api
6060
challengeId: {type: Number, required: false},
61+
challengeUUID: {type: String, required: false},
6162
projectId: {type: String},
6263
status: {type: String},
6364
assignedAt: {type: Date, required: false},

0 commit comments

Comments
 (0)