Enhance safe outputs reference for issue field operations and discovery#31121
Merged
Enhance safe outputs reference for issue field operations and discovery#31121
Conversation
7 tasks
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update safe outputs schema reference documentation for issue fields
Enhance safe outputs reference for issue field operations and discovery
May 9, 2026
Collaborator
|
@copilot review update_field updates |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This reverts commit 879a494. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Updated in
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Safe Outputs reference documentation to reflect current support for GitHub Issue Fields across create_issue and set_issue_field, including schema guidance, discovery/error behavior, and a triage-oriented usage example.
Changes:
- Documented
create_issue.fieldsschema (including per-field name/value expectations) with an example payload. - Expanded
set_issue_fielddocumentation with a dedicated parameter schema and explained name-based discovery with an explicit-ID fallback flow. - Clarified
update_issueguidance by pointing issue field mutations toset_issue_field, and added an end-to-end triage workflow example.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/reference/safe-outputs.md | Adds issue-field schema references, discovery/error guidance, and a triage example; links field updates to set_issue_field. |
| docs/src/content/docs/agent-factory-status.mdx | Adds newly available agent workflows to the status table. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the safe outputs reference to document issue field support now available across issue creation and
set-issue-fieldoperations. It adds missing schema-level guidance forcreate-issueandset-issue-field, plus field discovery and triage usage patterns, and alignsupdate-issuedocs with current behavior.✨ Enhancement
fieldsparameter docs forcreate-issue(type, requiredness, semantics, examples).set_issue_fieldparameter reference with conditional requirements (field_namevsfield_node_id).update_issuebody updates withset_issue_fieldassignments.set_issue_field(notupdate_issue)./docs/src/content/docs/reference/safe-outputs.mdwith new schema tables and targeted examples.update-issuefocused on status/title/body updates and linked field updates toset_issue_field.{ "type": "set_issue_field", "issue_number": 123, "field_name": "Priority", "value": "High" }