Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is it possible to auto generate number in confluence 5.7

Sabu Nair August 3, 2015

Hi,

We user confluence version 5.7 server .

I am trying to setup documentation system and have a requirement to generate automated number for each page. ( DOC001 ,DOC002 ...) . Is it possible in Confluence ?.

 

9 answers

1 accepted

0 votes
Answer accepted
Steffen Heller
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 3, 2015

You can use CSS counters to automatically number pages, headings or any other html element.

1 vote
Sabu Nair August 4, 2015

Thanks Milo and Steffen for the response. Can you please provide an example how to implement the solution.

 

0 votes
andybandy89 June 4, 2020

We had a similar request for a solution in Confluence and solved it by using an Event Listener of the app Adaptavist Scriptrunner for Confluence. It fires each time a page updates and every page with a specific label automatically updates the page title with a prefix and incrementing number. The solution is described here:

http://coffeetime.solutions/automatic-page-numbering-in-atlassian-confluence/

0 votes
EPS Software Engineering AG
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2017

Hi,

Our Page Tree Creator (PTC) supports consecutive numbers. They can be built up by string, numbers, calculations (currentYear - 1971), etc.

Check out our LIVE EXAMPLES (no registration needed).

Give it a try: Marketplace link Page Tree Creator.

Regards,
Stephan

0 votes
Manjunatha K R May 5, 2017

You can use "Requirement Yogi for cofluence" add-on to generate the requirements keys automated within page or common across space also. 

0 votes
Sabu Nair August 5, 2015

Thanks Milo and Steffen. Appreciate your answers. Both the solutions worked perfect for me.

0 votes
Steffen Heller
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2015

If you want to add numbers to a html element (for example: h1) you can do this with:

body {  
counter-reset: levelA;   
}  
  
h1:before {  
content: counter(levelA) ". ";  
counter-increment: levelA;  
}

What I don't know yet:

  • Do you want it for PDF or for html?
  • Do you want to number (1) separate documents or (2) pages within a document? Milo's approach will only work for (1), mine will only work for (2)

 

 

 

 

 

0 votes
Milo Test
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 4, 2015

In the Create Page Macro, enter the document name in the Title field.

image2015-8-4 15:3:22.png

This will create a new document thusly:

image2015-8-4 15:5:17.png

 

The %ident% auto-increments the number in the name.

Rajesh Prabhakaran March 1, 2023

Thank you . This was useful

0 votes
Milo Test
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 3, 2015

You can use the Create Page macro to do this. It allows you to add bits to the created page's title.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events