- Post-hook automation with
issue:created - Writing comments from extensions
- Optional follow-up issue creation via config
issue:created
examples/post-create-automation/.fp/config.toml:
[extensions.post-create-automation]
trigger_statuses = "backlog,todo"
welcome_comment = "Thanks for opening this issue. Add context, acceptance criteria, and links."
create_followup = "false"
followup_title_prefix = "Research: "- Copy
.fp/extensions/post-create-automation.tsinto your project. - Add the config block under your project
.fp/config.toml. - Create a new issue in
backlogortodoand confirm a comment is posted. - Set
create_followup = "true", create another issue, and confirm a child issue is created.