Skip to content

Improve agent projects safe output tools support #14974

@mnkiefer

Description

@mnkiefer
  • When using an agentic workflow with both issue and projects safe outputs, but minimal instructions without direct tool call mentions (just natural language), the following issue occurred as described:

The agent creates issues via create_issue with temporary_ids, but doesn't know it needs to call update_project using those same temporary IDs to add them to the project board. The issues get created fine but never get added to the project. The agent assumed the safe_outputs handler would automatically add created issues to the configured project, but it seems like update_project calls are required explicitly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions