/
getAttachmentMediaId

getAttachmentMediaId

Description

Returns the media ID that can be used in ADF, for the specified issue and attachmentId

Parameters

Return Type

string

Returns the media id for the provided parameters.

Example

string mediaId = getAttachmentMediaId("TEST-23", 10230); return mediaId;

See also

Related content