Comments with attachments
Hi there
Is it possible to add/delete attachments to comments (not issues) via rest API?
Or make relation between comment and attachment?
Thanks
Waldek
Is it possible to add/delete attachments to comments (not issues) via rest API?
Or make relation between comment and attachment?
Thanks
Waldek
Please sign in to leave a comment.
In YouTrack comment and attachment are treated as related if attachment was created right after the comment (in 1 minute indeed). So you can just create comment and the attach file with same logged in user - this should work.
Does it works for you?