| 1 | import type { JiraUpdateCommentParams, JiraUpdateCommentResponse } from '@/tools/jira/types' |
| 2 | import { SUCCESS_OUTPUT, TIMESTAMP_OUTPUT, USER_OUTPUT_PROPERTIES } from '@/tools/jira/types' |
| 3 | import { extractAdfText, getJiraCloudId, toAdf, transformUser } from '@/tools/jira/utils' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected