firebus / splunk-jira

A Splunk Add-on for JIRA
http://apps.splunk.com/app/1438/
Other
25 stars 15 forks source link

Handle nested fields in SearchXML response #9

Open firebus opened 11 years ago

firebus commented 11 years ago

Fields like links, subtasks, etc. have a nested representation in SearchXML's response format. In order to target them, we need to add an xpath to the configuration. e.g.

keys = labels/label, subtasks/subtask

Let's find a way to abbreviate these fields in the output, or to alias xpaths to field names in some general way