Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

groovy - Scriptrunner - how to rename attachment filename

I am using scriptrunner 6.16.0 in JIRA 8.13.2. When a user attach a file when creating a new issue / edit existing issue in JIRA, I would like to rename the file.

I am trying to achieve this using scriptrunner using a validator (during transition). I was able to use TemporaryWebAttachment object to get the filename, but this value cannot be modified.

Any suggestion on how to rename this filename?

Thanks

question from:https://stackoverflow.com/questions/65661300/scriptrunner-how-to-rename-attachment-filename

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Perhaps you can create a new TemporaryWebAttachment with data from the original one and use that?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...