Atlassian

Introducing ADF Rendering on adfapi.dev

We’re excited to announce a new feature on adfapi.dev: you can now automatically render Atlassian Document Format (ADF) JSON into HTML, right in your browser.

For a while, adfapi.dev has been the go-to resource for developers working with the Atlassian Document Format — whether you’re building Jira or Confluence apps, integrating with the REST APIs, or just trying to understand how ADF works. Until now, the platform primarily focused on parsing, validating, and converting ADF through our API.

Convert HTML to Atlassian Document Format (ADF) with PowerShell and ADFAPI

Working with Jira or Confluence often means dealing with Atlassian Document Format (ADF) — the structured JSON schema behind rich text content.

Manually writing ADF is tedious and error-prone. That’s where ADFAPI comes in: a hosted API that converts HTML or Markdown into clean, valid ADF.

In this post, we’ll show you how to use PowerShell to convert HTML to ADF JSON, both from a file and directly from a raw HTML string — and how to preview the results visually in your browser.

HTML to Atlassian Document Format: The NPM Libraries You Can Use

If you’ve ever needed to get your HTML into Jira or Confluence, you know the process isn’t exactly straightforward. Atlassian uses its own JSON-based document model called Atlassian Document Format (ADF). While ADF is flexible and powerful, generating it from HTML can be a hassle.

Fortunately, there are a few NPM libraries that attempt to bridge the gap and convert HTML into ADF. In this post, we’ll walk through what’s out there today, and also show you an alternative if you’d rather not spend time running and maintaining these libraries yourself.

Converting Markdown to Atlassian's Document Format

Converting Markdown to Atlassian’s Document Format

In this blog post we will discuss how to convert markdown text to Atlassian’s Document Format (ADF) using the adfapi.dev API.

Introduction

Atlassian’s Document Format (ADF) is a JSON-based format that is used by Atlassian products like Confluence and Jira to represent rich text documents. The format is designed to be easy to read and write, and is used to store and render documents in these products.

Converting HTML to Atlassian's Document Format

Converting HTML to Atlassian’s Document Format

In this blog post we will discuss how to convert HTML to Atlassian’s Document Format (ADF) using the adfapi.dev API.

Introduction

Atlassian’s Document Format (ADF) is a JSON-based format that is used by Atlassian products like Confluence and Jira to represent rich text documents. The format is designed to be easy to read and write, and is used to store and render documents in these products.

Try adfapi.dev for free

As part of our launch, we’d like to offere everyone the opportunity to try out adfapi.dev for free.

Try it on Your Browser

You can now try out the API yourself by going to our Try It page. Enter your html in the text box, press submit, and you’ll be able to see your document converted to the Atlassian Document Format for free.

Try the API directly

If you are a developer, you can try our API directly. Here is an example using curl:

What is adfapi.dev?

Seamless Document Conversion: Unlocking the Power of ADFAPIs

In the era of digital collaboration, documents are the backbone of communication, project management, and data sharing. However, the multitude of document formats can pose challenges in interoperability and accessibility. Enter ADFAPI, designed to effortlessly convert any document format to the Atlassian Document Format and vice versa. This powerful tool ensures seamless integration and collaboration, making document management a breeze.

Understanding the Atlassian Document Format

Before diving into the capabilities of ADFAPI, it’s essential to understand what the Atlassian document format is. Atlassian, known for its suite of collaboration tools like Confluence, Jira, and Trello, uses a specific document format that enables rich content creation, seamless integration with other Atlassian products, and enhanced collaboration features.