Can anyone please help me in getting only selected columns from the ZQL Query
When I run the below API , I am getting all the the columns such as
Columns Reflecting as below, But Here I just wanted to get only id and status filed, How I can achieve this , Can someone help here
{
"id": 1,
"orderId": 23,
"cycleId": 6652,
"cycleName": "Reg",
"issueId": "55",
"issueKey": "2566",
"issueSummary": "Test",
"labels": [],
"issueDescription": "<p>Description</p>",
"projectKey": "Key",
"projectId": 12151,
"project": "My Project",
"projectAvatarId": 232,
"priority": "Unprioritized",
"components": [],
"versionId": 21291,
"versionName": "8.0 - Red Bud",
"status": {
"id": -1,
"name": "UNEXECUTED",
"description": "The test has not yet been executed.",
"color": "#A0A0A0",
"type": 0
}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.