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
57 stars 36 forks source link

No data being extracted #71

Open wormbyte opened 4 years ago

wormbyte commented 4 years ago

Hello,

I receive a command line output showing that the authentication was successful, and that the extraction was successful, but the only output I get in the output file is the column headers.

Here is a snippet from my config file...

Criteria: Project: DTU Issue types: Task

Workflow: Ready:

Any idea what could be going wrong?

wormbyte commented 4 years ago

I should point out that we are using Jira Cloud and that we are using google authentication.

So I think the problem is because I was trying to use basic authentication with a username and password, whereas I think I should be using OAuth.

But has anyone set this up for a cloud instance of Jira?