This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

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 2 Next »

To use the AgileZen connector, add the <agilezen.init> element in your configuration before carrying out any other AgileZen operations. 

AgileZen uses API keys to associate requests with the users that are making them. API keys are identified by a token, which is just a unique series of letters and numbers. For more information on authentication, see http://dev.agilezen.com/concepts/authentication.html.

init
<agilezen.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <apiKey>{$ctx:apiKey}</apiKey>
    <format>{$ctx:format}</format>
	<enrichments>{$ctx:enrichments}</enrichments>
</agilezen.init>
Properties
  • apiUrl: Base end point URL of the AgileZen API.
  • apiKey: API key to access data of the AgileZen account.
  • format: The format of the response expected from the AgileZen API.
  • enrichments: Addtional data about an entity which the user expects to be returned with the response.

Now that you have connected to AgileZen, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the AgileZen Integration .

  • No labels