Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harsha509/ab4b07e116c204e2ba18217aa55511ac to your computer and use it in GitHub Desktop.
Save harsha509/ab4b07e116c204e2ba18217aa55511ac to your computer and use it in GitHub Desktop.
{
"fields": {
"project": [
{
"id": 10000,
"key": "SEL",
"name": "seleniumjavaframework"
}
],
"fixVersion": [
{
"id": -1,
"name": "Unscheduled",
"projectId": 10000,
"released": false,
"archived": false
}
],
"component": [],
"priority": [
{
"id": 1,
"name": "Highest"
},
{
"id": 2,
"name": "High"
},
{
"id": 3,
"name": "Medium"
},
{
"id": 4,
"name": "Low"
},
{
"id": 5,
"name": "Lowest"
}
],
"executionStatus": [
{
"name": "UNEXECUTED",
"id": -1,
"description": "The test has not yet been executed.",
"color": "#A0A0A0",
"type": 0
},
{
"name": "PASS",
"id": 1,
"description": "Test was executed and passed successfully.",
"color": "#75B000",
"type": 0
},
{
"name": "FAIL",
"id": 2,
"description": "Test was executed and failed.",
"color": "#CC3300",
"type": 0
},
{
"name": "WIP",
"id": 3,
"description": "Test execution is a work-in-progress.",
"color": "#F2B000",
"type": 0
},
{
"name": "BLOCKED",
"id": 4,
"description": "The test execution of this test was blocked for some reason.",
"color": "#6693B0",
"type": 0
}
],
"cycleName": [
{
"id": "-1",
"name": "Ad hoc",
"projectId": 10000,
"versionId": -1
},
{
"id": "1fa3f106-0fdf-4b8f-8823-b0329bc57266",
"name": "FlipkartSample",
"projectId": 10000,
"versionId": -1
},
{
"id": "75ea49f1-4cfc-4305-8e8a-b2cc54005f2f",
"name": "20.20_regression",
"projectId": 10000,
"versionId": -1
}
],
"executedBy": null,
"assignee": null,
"executedByAccountId": [
{
"id": "5eb291f5a4c57d0b8b11c21c",
"key": "5eb291f5a4c57d0b8b11c21c",
"name": "amulya poduri",
"fullName": "amulya poduri"
}
],
"assignedToAccountId": [
{
"id": "5eb291f5a4c57d0b8b11c21c",
"key": "5eb291f5a4c57d0b8b11c21c",
"name": "amulya poduri",
"fullName": "amulya poduri"
}
],
"executionDate": null,
"creationDate": null,
"customFields": {},
"folderName": [],
"workflowStatus": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment