create_news
Publish a news item visible to all project members, with email notifications triggered per configuration. Share a title, description, and optional summary to update the team.
Instructions
Publish a news item in a project.
News is visible to every project member and triggers an email notification according to the instance's configuration — not a silent draft.
Args: project_identifier: project identifier. title: news title. description: news body. summary: summary line shown in the listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| summary | No | ||
| description | Yes | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |