Hi Everyone,
I'm trying to convert the base64 to images within JIRA and need to map them within the description of the issue.
I had converted the image to base64 from servicenow and moved them to jira via REST API Integration
Does anyone have any idea on converting base64 to images/docs within jira and adding it to issue description
FYR, This is my base64 code(Added partially for reference)
[JVBERi0xLjcNCiW1tbW1DQoxIDAgb2JqDQo8PC9UeXBlL0NhdGFsb2cvUGFnZXMgMiAwIFIvTGFuZyhlbikgL1N0cnVjdFRyZWVSb290IDQwIDAgUi9NYXJrSW5mbzw8L01hc..........]
Regards
Vengadesh
Hey @Vengadesh
By scripts I meant Python or bash scripts.
You'll have to make something on your local workstation, and formulate the how you want to loop thru the images and tickets.
Also, when you currently download and decode the image does it give you the original file?Or was the encoding done while the migration was being done?
Hi @Vengadesh
If you download the file and decode the file back, does it give you the original image file?
Ref to decode via cli https://askubuntu.com/a/178546
If yes, then you'll have to create a script that loops all the tickets with such attachments, download each attachment -> decode -> upload to the same ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where to do scripts within jira?.Are you mentioning about any third party sources
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.