How to attach a file to a description

I can attach a file to an issue as at the image but i dont can attach the file to a description

0
8 comments
Hello,

I'm Lena from the YouTrack Team. Could you please specify which YouTrack version you use? Thank you.
0

my version is build 2021.2.19255

0

Hello,

Do I understand you correctly that you wish to embed an image into the text? If it is so, please use the button highlighted in the image:

0

Мне не кнопкой нужно вставить сюда изображение, а используя restAPI я могу прикрепить к задачи файлы  они будут тут Для этого я используя http запрос, как используя http запрос поместить изображение сюда я выделил красным куда мне нужно поместить изображение используя restApi

Я и так понимаю что это можно с помощью кнопки сделать

0

An image in the description is a markdown reference of the attached image. So what you need to do after you attached the file (as I understand, you managed to do it), you need to update the description and reference the attached file per markdown syntax: ![](filename). How to update a specific issue: https://www.jetbrains.com/help/youtrack/devportal/operations-api-issues.html#update-Issue-method

1

Your answer helped me a lot, thanks!

0
You are welcome! We are happy to hear that the problem is solved now.
-1

Please sign in to leave a comment.