loljira 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/loljira +1 -1
- metadata +1 -1
data/bin/loljira
CHANGED
@@ -54,7 +54,7 @@ issue = jira.create_issue({'summary'=> message.summary,
|
|
54
54
|
jira.add_issue_to_sprint issue.key, jira.first_open_sprint( JIRA_SPRINT_ID ).id
|
55
55
|
|
56
56
|
file = File.open FPATH, "w+"
|
57
|
-
file.write message.without_fields_s( "fixes
|
57
|
+
file.write message.without_fields_s( "fixes #{issue.key}" )
|
58
58
|
file.close
|
59
59
|
puts "Issue ##{issue.key} Created!"
|
60
60
|
exit 0
|