getAttachmentMediaId
We've encountered an issue exporting this macro. Please try exporting again later.
Syntax | getAttachmentMediaId(key, attachmentId) | Package | |
Alias | Pkg Usage |
Description
Returns the media ID that can be used in ADF, for the specified issue and attachmentId
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
key | string | Yes | Issue key. |
attachmentId | integer | Yes | The id of the attachment. |
Return Type
string
Returns the media id for the provided parameters.
Example
string mediaId = getAttachmentMediaId("TEST-23", 10230);
return mediaId;See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
