Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Sep 1, 2026

ADF node: embedCard

Node

Description

⚠️Undocumented1

Example

Java

1
2
3
4
embedCard()
        .center()
        .url("https://jira.atlassian.com/browse/JRACLOUD-72220");

ADF

1
2
3
4
5
6
7
8
{
  "type": "embedCard",
  "attrs": {
    "layout": "center",
    "url": "https://jira.atlassian.com/browse/JRACLOUD-72220"
  }
}

Compatibility

Products

ConfluenceJira
⚠️2⚠️3

Usage

Marks

❌ N/A

Structure

embedCard

  • type - embedCard
  • attrs
    • layout - wide | full-width | center | wrap-right | wrap-left | align-end | align-start
    • originalHeight? - number
    • originalWidth? - number
    • url - string (URI)
    • width? - number from 0 to 100
    • localId? - string4

  1. There is very little documentation available for embedCard, even internally at Atlassian. This documentation will be improved once that information is available.↩︎
  2. There is very little documentation available for embedCard, even internally at Atlassian. This documentation will be improved once that information is available.↩︎
  3. There is very little documentation available for embedCard, even internally at Atlassian. This documentation will be improved once that information is available.↩︎
  4. The localId, when present, will typically be a random UUID. This is not enforced by the schema.↩︎

Rate this page: