Is there a way to add a dynamic label to a template?
We are trying to use a space as an area that manages work requests. Each work request is a page with several sub-pages. The sub-pages are all created off of other templates. But, that also means the labels are all the same.
Example:
Site - Work Requests - contains multiple Change Requests
Change Request - Page created with a template that has the following sub pages
- Requirements - label (requirement)
- Test Cases - Label (test-case)
- Impact Statements - Label (Impact-statement)
If I have more than 1 work request, then I can't display information specific to the Change Request because the labels are the same. so Work Request A could display all requirements form other work requests.
What I would like to do is find a way to pull the work request number into the label (requirement-ABCD4567).
Any ideas?