Skip to end of banner
Go to start of banner

HTTP - Adding XML/JSON Multi Request Custom Field

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

XML / JSON Multi Request Custom Field obtains values from an XML / JSON response via XPath / JSONPath. This enables you to retrieve end-user data from external systems and display it on a support ticket.

  1. To add an XML/JSON Multi Request Custom Field, go to Jira Administration > Issues > Custom Fields, and click Add Custom Field.
  2. Select XML / JSON Multi Request Custom Field, and click Next.




  3. Give a name and description to your field, and click Create. 
  4. Check Issue screens that you want your field to be reflected in, and click Update.
  5. To configure a created custom field, go to the cog wheel menu and click Configure.



  6. Configure the default value. 
  7. To configure custom field settings, click Edit XML/JSON HTTP Settings.



  8. Configure the parameters as described in the table below. The following picture shows an example of how you can configure the fields.



  9. To finish configuration click Save. Your configuration is ready.


That's it. Now a multi select list custom field is available in your selected issue screens.

Fields description

For each XML/JSON custom field that you add, there is a set of parameters to configure on the field configuration page. 

Field

Description

URLURL to required resource. For the GET requests it can contain GET parameters.
Basic Auth Username

Username for basic access authentication (optional)

Basic Auth Password 
Password for basic access authentication (optional)
Request Type
HTTP request type (GET, POST)
HeadersAn array of the custom fields for the current task
Request Data
Body of HTTP Post request
XPath or JSON Path
Path for getting values

Proxy port

Port number of a proxy server. Proxy settings are available starting with v1.2.11.

Proxy host

IP address of a proxy server. Proxy settings are available starting with v1.2.11.

Proxy scheme (http or https)

The protocol that defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. Proxy settings are available starting with v1.2.11.

See also

HTTP - Adding XML/JSON Request Custom Field

HTTP - Configuration examples


  • No labels