Fill JIRA worklog from SIGP work report (exported Excel file).
SIGP workreport description format <IssueKey> [description]
- Read exported Excel file
- Check duplicates by issue/user/date/description
- Fill JIRA issues
- Undo?
- Test project
SigpToJiraWorklog <JiraServerUrl> <JiraUserName> <JiraPassword> <SigpExportedExcelFile>
examples:
SigpToJiraWorklog https://jira.domain.com user.name password workReport201708.xls
SigpToJiraWorklog https://jira.domain.com user.name password "c:\dir with space\workReport201708.xls"