apply_translations
Apply translated text to YouTrack issues with rollback support. Preserve original content by appending below a delimiter for bilingual visibility.
Instructions
Apply translated text to YouTrack issues. Tags for rollback. Format: ISSUE/SUMMARY/DESCRIPTION/COMMENT blocks separated by ---.
Args: translations: Structured translation block batch_tag: Batch tag for rollback (auto-generated if empty) preserve_original: If True, append the current original description below a delimiter so both languages remain visible. Summary is still replaced. Comments use the same bilingual format. delimiter: Separator line between English and original (default: '----') instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| batch_tag | No | ||
| delimiter | No | ---- | |
| translations | Yes | ||
| preserve_original | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |