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

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...