Add link to attached file in comment JIRA

Paska December 22, 2021

Hello

I'm able to attach file to Jira issue using this command:

"curl -D- -u {username}:{password} -X POST -H "X-Atlassian-Token: nocheck" -F "file=@{path/to/file}" http://{base-url}/rest/api/2/issue/{issue-key}/attachments"

But I can't find any example how to add link to attached file in comment via jira api using curl.

How I can achieve this?

0 answers

Suggest an answer

Log in or Sign up to answer