Overview
Attach File Manager For Jira provides a REST API to enable you to retrieve an image from an URL outside of the Jira context.
Base URL
The base URL to call the file Attach File Manager For Jira is:
Bloc de code |
---|
<Base-URL>/rest/kepler/1.0/file-attach/${customfield_Value} |
Required Parameters
Parameters | Explanation |
---|---|
customfield_Value | the value of image file |
An example of usage :
Bloc de code |
---|
http://192.168.1.42:8410//rest/kepler/1.0/file-attach/image002-1579504276088customfield_11001.png |