Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different heading style for hierachical queries item titles #32

Open
AltarBeastiful opened this issue Jan 7, 2019 · 2 comments
Open

Comments

@AltarBeastiful
Copy link

AltarBeastiful commented Jan 7, 2019

Would it be possible to recreate the hierarchy between work items using headings in the page generated ?

The aim is to generate a Word document from the pdf with proper heading style. This would allow us to just convert the pdf to word and apply our company style template to create a usable document.

Example of the desired hierarchy :

<h1>Feature 1</h1>
   <h2>User Story 1</h2>
   <h2>User Story 2</h2>
<h1>Feature 2</h1>
   <h2>User Story 3</h2>
@AltarBeastiful AltarBeastiful changed the title Add basic formatting to titles Different heanding style for hierarichal queries item titles Jan 7, 2019
@AltarBeastiful
Copy link
Author

To simplify, the formatting could be static by Work Item Type :

  • Epic -> H1
  • Feature -> H2
  • User Story -> H3
  • Task and Bugs -> H4

It could also be made configurable but that's optional in my view.

@AltarBeastiful AltarBeastiful changed the title Different heanding style for hierarichal queries item titles Different heanding style for hierachical queries item titles Jan 7, 2019
@AltarBeastiful AltarBeastiful changed the title Different heanding style for hierachical queries item titles Different heading style for hierachical queries item titles Jan 7, 2019
@MrTarantula
Copy link
Owner

This may become a configuration option for each WIT. I don't want to hardcode it, as all current users expect the output a certain way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants