Smart Attachment for Jira: how to get files with versions in a groovy script?

Elena Oleksenko November 4, 2021

Hello,

I have a groovy script which finds attached files in the issue by category and uploads them to different folders on SharePoint.

We're using method getAttachments from package com.stiltsoft.jira.attachcategory.facade.entity.issue to get the files from an each category:

attachmentCategories.getCategories().each { category ->
List attachments = category.getAttachments(false);

 

but seems like the method does not work if the file has versions: in this case the method returns empty list.

Is there a way to get attachments, that have versions? I do not need all the versions, it is enough to get the last one.

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events