Read issues (specific fields only)
Gets all issues but returns only the columns you specify in Fields, which can speed up the query when you need just a few fields. Use a comma-separated list of field names; *all returns every field.
SELECT * FROM Issues WITH(Fields='id,key,summary,status')