ActionableAgile / jira-to-analytics

This code extracts data from Jira based on a yaml config file, and outputs a properly formatted CSV that can be read by the ActionableAgile Analytics tool.
https://www.actionableagile.com
GNU General Public License v2.0
58 stars 36 forks source link

Username and Password should be optional #9

Closed mshahzadz closed 7 years ago

mshahzadz commented 8 years ago

Our JIRA instance is currently setup within the firewall. Generally, if I am making a Rest call, I can call the API without logging in and get read-only access, as long as within the firewall. We are deploying this utility centrally to run on a nightly basis, so had to create a generic read-only JIRA account, so the utility can work easily for everyone and for individuals not have to add their password in the file.

Ideally, would want these fields to be optional.

johnrjj commented 7 years ago

Now supported in the TypeScript version!