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

File get_attachments.ts

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

Source from the content-addressed store, hash-verified

1import type { JiraGetAttachmentsParams, JiraGetAttachmentsResponse } from '@/tools/jira/types'
2import { ATTACHMENT_ITEM_PROPERTIES, TIMESTAMP_OUTPUT } from '@/tools/jira/types'
3import { downloadJiraAttachments, getJiraCloudId, transformUser } from '@/tools/jira/utils'
4import type { ToolConfig } from '@/tools/types'

Callers

nothing calls this directly

Calls 4

getJiraCloudIdFunction · 0.90
downloadJiraAttachmentsFunction · 0.90
joinMethod · 0.80
fetchAttachmentsFunction · 0.70

Tested by

no test coverage detected