The triage agent should optionally respond to JIRA issues (if configured) and triage them the same way it does GitHub issues.
Manish Kumar has a working prototype of this — same agent, routed by a TRIAGE_SOURCE env var. He demonstrated auto-triage on issue creation and on-demand /fs-triage against KFLUXINFRA issues. PR #2162 captures his implementation.
What needs to happen depends on the trigger model and identity story, but the agent-side work is: read a JIRA issue instead of a GitHub issue, produce triage output, and write it back as a JIRA comment.
Related: #2162, #1992
The triage agent should optionally respond to JIRA issues (if configured) and triage them the same way it does GitHub issues.
Manish Kumar has a working prototype of this — same agent, routed by a
TRIAGE_SOURCEenv var. He demonstrated auto-triage on issue creation and on-demand/fs-triageagainst KFLUXINFRA issues. PR #2162 captures his implementation.What needs to happen depends on the trigger model and identity story, but the agent-side work is: read a JIRA issue instead of a GitHub issue, produce triage output, and write it back as a JIRA comment.
Related: #2162, #1992