Skip to content

Remove confusing placeholder for JIRA transition_id

Jarka Kadlecova requested to merge jarka/gitlab-ce:28574-jira-trigers into master

What does this MR do?

It removes placeholder for transition_id in JIRA service integration.

Why was this MR needed?

The placeholder (2) is there even when user creates and enables the service and it is really confusing as it seems the transition_id was set to 2 although it is '' in the db.

Screenshots (if relevant)

Screen_Shot_2017-04-03_at_19.46.50

=> #<JiraService:0x007f801c78a1d8
 id: 14,
 type: "JiraService",
 title: nil,
 project_id: 1500025,
 created_at: Mon, 03 Apr 2017 17:45:32 UTC +00:00,
 updated_at: Mon, 03 Apr 2017 17:45:32 UTC +00:00,
 active: true,
 properties: {"jira_issue_transition_id"=>"", 

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #28574 (closed)

Merge request reports