Overview
SQL Custom Field For Jira provides a REST API to enable you to
...
get data from your database .
Base URL
The base URL to call the file SQL Custom Field is:
|
|
Required Parameters
Parameters | Explanation |
---|---|
issueKey | key issue |
CutomfieldID | ID of your field ex : customfield_11100 |
dependentFields | an array converted to base64 which contains the list of fields with values ??of those which depends on the custom fields. |
An example of usage :
|