Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

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: 

 <Base-URL>/rest/

................................ 

kepler-SQLC/1.0/tableResource/getData/{CutomfieldID}/{issueKey}/{dependentFields}

Required Parameters 


Parameters

Explanation

issueKeykey issue
CutomfieldIDID of your field ex : customfield_11100
dependentFieldsan array converted to base64 which contains the list of fields with values ??of those which depends on the custom fields.

An example of usage :