mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Fix for Bug #3538010
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1937 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
715d06842e
commit
c10b8201a0
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ namespace Jira {
|
|||
try {
|
||||
string base64String = Convert.ToBase64String(buffer, Base64FormattingOptions.InsertLineBreaks);
|
||||
jira.addBase64EncodedAttachmentsToIssue(credentials, issueKey, new string[] { filename }, new string[] { base64String });
|
||||
} catch (ArgumentException ex1) {
|
||||
} catch (Exception ex1) {
|
||||
LOG.WarnFormat("Failed to upload by using method addBase64EncodedAttachmentsToIssue, error was {0}", ex1.Message);
|
||||
try {
|
||||
LOG.Warn("Trying addAttachmentsToIssue instead");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue