Hi,
I have a hard time find the list of the Fileds in JIRA Cloud REST API Fields for Issue ADD attachments. I did not find the Fileds in below URL.
It will be very helpful if anyone shares me the List of the fields.
Thanks.
curl -D- -u admin:admin -X POST -H "X-Atlassian-Token: no-check" -F "file=@myfile.txt" https://your-domain.atlassian.net/rest/api/3/issue/TEST-123/attachments
with curl myfile.txt will be your file.
where should be the original attachment (e.g @myfile.txt) needs to be uploaded for the API to work for jira cloud?
curl -D- -u admin:admin -X POST -H "X-Atlassian-Token: no-check" -F "file=@myfile.txt" https://your-domain.atlassian.net/rest/api/3/issue/TEST-123/attachments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, i want to use webhooks to notify teamcity when a issue change of status. It is possible ?
I have a curl POST command to run a build configuration in teamcity.
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.