Overview
This introduce a new menu option "Generate document with comments"
When this option is selected, comments are added after fields definition of each artifact in ascending order (oldest first). Changes are not exported
Format:
# Artifacts
## bug #65 - This bug title
### Description
### Another field set
### Comments
#### comment #$COMMENT_NUMBER by $AUTHOR_REAL_NAME on $COMMENT_DATE_TIME
$COMMENT_BODY
...
Comments are exported only when there is associated text. Follow-ups that only change field values are ignored.
If there are images embedded in comments, they are inlined in the document.
Example of the comment section:
### Comments
#### comment #1 by Alice FooBar on 2021-07-05 12:50 CET
This is a neat report, thank you!
#### comment #2 by Jean Gin on 2021-08-01 01:30 America/Chicago
Will you respond ?
...
Technical concerns
- There will be new REST calls for each artifact exported to fetch follow-up comments