ReferenceE_AC_001
E_AC_001 — No acceptance criteria
The linked ticket has no acceptance criteria codingassist.bot can parse.
WARNING
E_AC_001
The linked ticket has no acceptance criteria codingassist.bot can parse.
Why this happens
Every codingassist.bot review needs at least one acceptance criterion to bind against. If the linked ticket has no AC field (or its content is empty), the pipeline degrades to Reviewable and emits E_AC_001.
Common causes:
- The ticket was created without filling the AC field
- The AC field uses a non-standard markup codingassist.bot doesn't yet parse
- The reference resolution picked the wrong ticket
How to fix it
Path A — Add ACs to the ticket
Edit the ticket and add at least one AC. codingassist.bot parses:
- Jira Acceptance Criteria custom fields (rendered text)
- Linear's
## Acceptance criteriamarkdown sections - GitHub Issues markdown checklists
Path B — Mark the PR exempt
If the change genuinely has no AC (e.g. a typo fix), label the PR codingassist:no-ac. The pipeline will skip AC binding and run only the technical planes (Tests, Performance).
Related
Was this page helpful?