...
Bloc de code |
---|
<Base-URL>/rest/kepler/1.0/file-attach/delete?customfieldfilenameEncoded={1}&issueKeycustomfieldId={2}&filenameissueKey={3} |
Where :
{1}: The encoded filename as base64, to delete, will be useful only on multiple types.
{2}: The id of the custom field That that you want to updatedelete. Example: customfield_10000.
{23}: The key of the issue for the deletion context{3}: The filename, to delete, will be useful only on multiple types.
Usage example :
Bloc de code |
---|
curl --location --request DELETE 'localhost:2990/jira/rest/kepler/1.0/file-attach/delete?filename=search%20box-1644144093610customfield_10000_admin.jpgfilenameEncoded=aW1hZ2UwMDItMTU3OTUwNDI3NjA4OGN1c3RvbWZpZWxkXzExMDAxLnBuZw==&customfieldId=customfield_10000&issueKey=DEV-1' |
...