summaryrefslogtreecommitdiff
path: root/spec/support/jira_service_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/jira_service_helper.rb')
-rw-r--r--spec/support/jira_service_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/support/jira_service_helper.rb b/spec/support/jira_service_helper.rb
index 7437ba2688d..929fc0c5182 100644
--- a/spec/support/jira_service_helper.rb
+++ b/spec/support/jira_service_helper.rb
@@ -6,7 +6,8 @@ module JiraServiceHelper
properties = {
title: "JIRA tracker",
url: JIRA_URL,
- project_key: "JIRA"
+ project_key: "JIRA",
+ jira_issue_transition_id: '1'
}
jira_tracker.update_attributes(properties: properties, active: true)