make "worklogs" command print output through template

allow "add worklog" command to open edit template
This commit is contained in:
Cory Bennett
2016-08-21 14:31:30 -07:00
parent d08ef155c8
commit cc3fbee507
5 changed files with 136 additions and 3 deletions
+3 -3
View File
@@ -6,13 +6,13 @@ export JIRA_LOG_FORMAT="%{level:-5s} %{message}"
PLAN 84
# cleanup from previous failed test executions
($jira ls | awk -F: '{print $1}' | while read issue; do ../jira done $issue; done) | sed 's/^/# CLEANUP: /g'
# reset login
RUNS $jira logout
echo "gojira123" | RUNS $jira login
# cleanup from previous failed test executions
($jira ls | awk -F: '{print $1}' | while read issue; do ../jira done $issue; done) | sed 's/^/# CLEANUP: /g'
###############################################################################
## Create an issue
###############################################################################