github source
fail
View version history →
github.issue_field_values
failList issue field values for an issue
Requires owner, repo, and issue_number. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
owner, repo, issue_number captured 2026-08-31 06:22:46Zmedian 35289 ms
Verdict: FALSE
All variants failed: 0 errors, 0 successful.
What to do
Probe returned 0 rows but no error
emptyEither the resource genuinely has no data for your filter values, or the SQL is returning an empty set silently.
Try: `SELECT COUNT(*) FROM github.issue_field_values WHERE owner='?' AND repo='?' AND issue_number='?'`rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 34140 ms | 36480 ms | 38820 ms | [0, 0] | 0 |
| realistic | 2 | 34239 ms | 35289 ms | 36339 ms | [0, 0] | 0 |
| edge | 2 | 47595 ms | 47727 ms | 47860 ms | [0, 0] | 0 |
Latency per trial
minimalmedian 36480ms
scale: 0–38820 ms
realisticmedian 35289ms
scale: 0–36339 ms
edgemedian 47727ms
scale: 0–47860 ms
Probe variants — every command + output
minimal
2 trialsmin 34140ms · median 36480ms · max 38820ms · rows 0,0
smallest valid query
Command
SELECT * FROM github.issue_field_values WHERE owner = 'anomalyco' AND repo = 'opencode' AND issue_number = '1' LIMIT 1Trials + output
trial 1·34140ms·rows 0isError=false
columns (8)
data_typeissue_field_idissue_numbernode_idownerreposingle_select_optionvalue
trial 2·38820ms·rows 0isError=false
columns (8)
data_typeissue_field_idissue_numbernode_idownerreposingle_select_optionvalue
realistic
2 trialsmin 34239ms · median 35289ms · max 36339ms · rows 0,0
typical user query
Command
SELECT * FROM github.issue_field_values WHERE owner = 'anomalyco' AND repo = 'opencode' AND issue_number = '1' LIMIT 25Trials + output
trial 1·34239ms·rows 0isError=false
columns (8)
data_typeissue_field_idissue_numbernode_idownerreposingle_select_optionvalue
trial 2·36339ms·rows 0isError=false
columns (8)
data_typeissue_field_idissue_numbernode_idownerreposingle_select_optionvalue
edge
2 trialsmin 47595ms · median 47727ms · max 47860ms · rows 0,0
edge: larger limit
Command
SELECT * FROM github.issue_field_values WHERE owner = 'anomalyco' AND repo = 'opencode' AND issue_number = '1' LIMIT 200Trials + output
trial 1·47595ms·rows 0isError=false
columns (8)
data_typeissue_field_idissue_numbernode_idownerreposingle_select_optionvalue
trial 2·47860ms·rows 0isError=false
columns (8)
data_typeissue_field_idissue_numbernode_idownerreposingle_select_optionvalue
All returned rowsacross all non-errored trials · filterable · paginated
0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.
Column profile
8 columns actually returned by coral. Catalog claims "3 required filter(s)": "owner, repo, issue_number". Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | data_type | — | 0 | 0 | empty |
| 2 | issue_field_id | — | 0 | 0 | empty |
| 3 | issue_number | — | 0 | 0 | empty |
| 4 | node_id | — | 0 | 0 | empty |
| 5 | owner | — | 0 | 0 | empty |
| 6 | repo | — | 0 | 0 | empty |
| 7 | single_select_option | — | 0 | 0 | empty |
| 8 | value | — | 0 | 0 | empty |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 34140ms | 0 | ok | — |
| minimal | t2 | 38820ms | 0 | ok | — |
| realistic | t1 | 34239ms | 0 | ok | — |
| realistic | t2 | 36339ms | 0 | ok | — |
| edge | t1 | 47595ms | 0 | ok | — |
| edge | t2 | 47860ms | 0 | ok | — |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Requires owner, repo, and issue_number. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.Columns coral returned (8)
data_typeissue_field_idissue_numbernode_idownerreposingle_select_optionvalue
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:22:46ZJSON record:
reports/github/tables/issue_field_values.jsonfirst_run_at:
2026-08-31T06:22:46Zlast_retried_at:
2026-08-31T06:22:46Zretry_count:
0