FEATURE-731: reducing some of the logic, the upload form automatically takes the most recent.

This commit is contained in:
Robin 2016-09-03 23:42:04 +02:00
commit 099813b5b6
4 changed files with 9 additions and 15 deletions

View file

@ -39,7 +39,7 @@ namespace GreenshotJiraPlugin
{
_jiraApi = jiraApi;
// Set the expire timeout to an hour
ExpireTimeSpan = TimeSpan.FromHours(1);
ExpireTimeSpan = TimeSpan.FromHours(4);
}
protected override string CreateKey(IssueType keyObject)