splunk-jira
splunk-jira copied to clipboard
jira_soap.py doesn't respect keys/fields set in jira.conf
I checked jira.py and jira_soap.py, and found jura_soap.py didn't get key set and customFields from jira.conf as jira.py As a result, only those hardcoded fields will be put in table.
I saw a TODO comment in jira_soap.py.
Could you please enhance that part? The JIRA system I use have many customized fields, and only can be called via SOAP API.
If you don't have leisure time to fix this, then I have to fork this and change jira_soap.py from time to time. That'll be a quick and dirty solution.
Thank you in advanced.
Hi Jove,
Thanks for opening this issue. I'll open a few more to represent the roadmap I've got for the project. I'll try to find time to make this change in the next couple of weeks.
That's great, firebus. I noticed you created 10 more issues to track such enhancements and bugs.
But for me, most of them are nice-to-have. JQL is quite expressive and powerful, we can sort fields in JQL or with splunk command. But not all fields are extracted, so I cannot do further aggregation and analysis. For example, I may want to count bugs by resolver, or severity.
I'll be more than happy if you can fix this bug first. Thanks.