Skip to end of banner
Go to start of banner

Rest Services

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

On these pages, you can find public REST services of Inventory Plugin for JIRA.


Below, you can find sample REST service calls via CURL

curl -D- -u user:password -X [GET|POST|PUT|DELETE] -H "Content-Type: application/json" 
http://path.to.jira.instance/rest/jip-api/1.0/[attribute|form|inventory][|/id|/list|/filter].json

OR just call REST services with another method with a request header "Authorization Basic Base64Encoded(user:password)" 

e.g. :"Authorization Basic YWRtaW46YWRtaW4="

  • No labels