créer collection bruno pour test d'api
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
meta {
|
||||
name: Create Issue
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/issues
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"type": "Story",
|
||||
"name": "Nouvelle issue",
|
||||
"priority": "Moyenne",
|
||||
"status": "todo",
|
||||
"progress": 0,
|
||||
"assignee": null,
|
||||
"epic": null,
|
||||
"dueDate": null,
|
||||
"description": null,
|
||||
"estimatedTime": null,
|
||||
"dependsOnIds": [],
|
||||
"comments": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user