Create a forge app to count the number of labels in a page?

Hi,
I’m new to forge I want some guidance for creating a forge app that counts the number of labels in a page.

You could try to go through this quickstart guide for forge, Build a Confluence hello world app (atlassian.com). In order to count the number of labels in a page, you could rely on this REST API to get all the labels in a page and count it.

1 Like