-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki Report
kirillsud edited this page Feb 13, 2013
·
4 revisions
Wiki Report - output format for JiraReports. Generates page in MediaWiki with work log report from Jira.
To generate article in MediaWiki You need to create article teamplate file 'wiki-report.txt' with next content:
1st line: <wiki url>
2nd line: <article title>
other lines: <article content>
And put it into working folder for JiraReports.
For <article title>
and <article content>
you could use next placeholders:
-
<<report>>
- place to insert report -
<<current date>>
- current date in format YYYY-MM-DDTHH:MM:SSX -
<<current day>>
- current day in format YYYY-MM-DD -
<<previous work day>>
- previous work day in format YYYY-MM-DD -
<<next work day>>
- next work day in format YYYY-MM-DD -
<<current user>>
- full name of current user from Jira -
<<users>>
- list of full name of users from Jira, separated by comma
Here is an example of article template:
http://example.com/wiki
Daily work report for <<current day>>
Here is daily work report <<current day>> for <<users>>.
Author: [<<current user>>]
[Daily work report for <<previous work day>>|Previous report]
[Daily work report for <<next work day>>|Next report]
<<report>>