- Add detail option to rapidboards mode
- Fix exception when Labels have the value "Labels"
- Add urlencode.quote_plus to arguments so that we don't barf on special characters
- Add jirarest command and documentation
- Rename jira and jiraevents commands to jiraxml and jiraxmlevents respectively - "| jira" is now an alias of jirarest
- jiraxml and jirasoap commands are now deprecated, and will not be developed further (but pull requests are still accepted if there's something you need to have fixed!)
- source is standardized as the command being run: jira_rest, jira_xml, jira_soap
- sourcetype is standardized as the kind of results being returned: jira_issues, jira_filters, jira_sprints, etc.
- index is no longer set in returned events
- Remove _raw field as it was misformatted, and made it impossible to collect results in a summary index
- Add time option to SearchXML and SOAP commands, allows setting _time field to now(), updated, resolved, or created
- Make time_keys and custom_keys configuration parameters optional for the SearchXML command
- Make Protocol and Port configurable
- gitignore .pyc files
- Set _time to now()
- Fix a bug that breaks the main while loop when tempMax is undefined
- Make output of fixVersions prettier in the SOAP command
- Switch from keywords to sys.argv to parse command line and options
- Fix bug in default query
- Make tempMax configurable in SearchXML command
- Make mv fields actually mv in SearchXML command
- Manually construct header in SearchXML command to preserve ordering
- Fix bug with outputResults()
- Move hostname configuration to config.ini
- Add alternate streaming versions of both commands
- Add SOAP command
- Add _time field
- Initial commit of SearchXML command