Versions Compared

Key

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

...

Examples

Example 1

Code Block
languagejs
copyAttachment("TEST-1", "attachmentToCopy.txt", "TEST-2");

...

Copy all the attachments from one issue to another.

Code Block
languagejs
string issueKey = "TEST-1";
for(string s in issueKey.attachments) {
    copyAttachment(issueKey, s, "TEST-2");
}

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "attachment_routinefunction" and space = currentSpace ( )
labelsarray_routinesfunctions