Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=getAllAttachments+%28redirect%29+-+804391193
widthauto

Looking for a getAllAttachments() function? You won’t find it because there isn’t any. Instead, all the attachments for an issue can be retrieved using the ‘attachments’ standard variable. Examples on how to use this variable can be found below.

...

Code Block
string [] allAttachments = attachments;

for(string a in allAttachments) {
    runnerLog(a);
}
We've encountered an issue exporting this macro. Please try exporting this page again later.