nickn00
nickn00
> MS say I am the only person with this issue and they can't reproduce it. Does anybody else have this problem? Hi @RoyalWulf, I know I'm a bit late,...
@Alexander-Hjelm Ah, I was going to do some trial and error today to try and find the date it uses, but glad you told me that! :)
Ah, glad it's not just me! Thanks for the added info @RPainter8West
Hi @Alexander-Hjelm, I have a range of attachments including word docs and outlook messages and these haven't been removed and re-added either. None of them will download successfully from a...
I've just modified the logic and it seems to work as intended: ``` private static void HandleAttachmentChange(JiraChangeItem item, List attachmentChanges, List attachments) { var attachmentChange = TransformAttachmentChange(item); if (attachmentChange ==...
@Alexander-Hjelm @RPainter8West I've just created PR #867 for review