MCPcopy Index your code
hub / github.com/simstudioai/sim / add_comment.ts

File add_comment.ts

apps/sim/tools/jira/add_comment.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { JiraAddCommentParams, JiraAddCommentResponse } from '@/tools/jira/types'
2import { SUCCESS_OUTPUT, TIMESTAMP_OUTPUT, USER_OUTPUT_PROPERTIES } from '@/tools/jira/types'
3import { extractAdfText, getJiraCloudId, toAdf, transformUser } from '@/tools/jira/utils'
4import type { ToolConfig } from '@/tools/types'

Callers

nothing calls this directly

Calls 5

toAdfFunction · 0.90
getJiraCloudIdFunction · 0.90
transformCommentResponseFunction · 0.85
joinMethod · 0.80
makeRequestFunction · 0.70

Tested by

no test coverage detected