Fixed last minute error in the Jira plugin.

This commit is contained in:
Robin 2016-08-17 14:55:35 +02:00
commit 34899c2f0c
3 changed files with 3 additions and 4 deletions

View file

@ -141,7 +141,6 @@ namespace GreenshotJiraPlugin.Forms {
IList<Issue> issues = null;
try
{
JiraConfig.ExpandSearch = new[] { "*all" };
var searchResult = await _jiraConnector.SearchAsync(filter.Jql, fields: new [] { "summary,reporter,assignee,created"});
issues = searchResult.Issues;
}