If you want to make a TOC filter that does not display certain headers you can use toc:exclude. For example if I want to exclude headers that have the word Our or the word Ticket in them I can use:
{toc:exclude=.*(Our).*,.*(Ticket).*}
The comma totally separates out each element so I had to surround each word with .* to make sure they both worked. .*(Our),(Ticket).* would not work.
This question is in fact an answer to a question I found on the old Atlassian Forum. I tried to do a good deed by answering it, but it got orphan posted here instead.
Here is the question I was trying to answer. If someone wants to find that question in this new answers bit and associate my answer with it be my guest.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.