Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel2

Support for parametrized GET/POST requests

Info

This section is relevant for the app versions starting from 2.0.1.

...

As a result, a select list custom field with a list of employees in JSON format is available in your selected issue screens.

Support for different values for JSON Path and XPath

Info

This section applies for v2.0.2 and above.

...

  • /bookstore/book[1]/author - single text value of the XML element node (available in v2.0.2 and above)
  • /bookstore/book[1]/author/text() - single text value of the XML text node
  • /bookstore/book[*]/author - an array of text values generated from the XML element nodes (available in v2.0.2 and above)
  • /bookstore/book[*]/author/text() - an array of text values, generated from the XML text nodes

See also

HTTP - Adding XML/JSON Request Custom Field

...