Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible for locating all the subtask's attachments in a single zip folder in jira?

Sushma May 6, 2019

I want to get all the subtask's attachments in a single zip folder.is it possible?

Thanks in advance.

Regards,

Sushma

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2019

Not directly from the UI, and you can't do it easily directly on the server.  They are kept in one directory (per issue), but not with the names you see on-screen.

To get a zip of all attachments, you should scrape the issue with REST and build the archive in a script.

Sushma May 28, 2019

Hi Nic

is it possible to make "Labels"field as non editable in the view screen?

Regards,

Sushma

Sushma May 28, 2019

def descField = getFieldById("Labels")
descField.setAllowInlineEdit(false)

Sushma May 28, 2019

The above code is not working

I am using jira version v7.10.1 and script runner v. 5.5.6

Suggest an answer

Log in or Sign up to answer