WsTester tester;
@Before
public void setUp() throws Exception {
IssueChangelogService issueChangelogService = mock(IssueChangelogService.class);
IssueActionsWriter actionsWriter = mock(IssueActionsWriter.class);
DebtModelService debtModelService = mock(DebtModelService.class);
I18n i18n = mock(I18n.class);
Durations durations = mock(Durations.class);