tap-jira
tap-jira copied to clipboard
A Singer.io tap for extracting data from the JIRA API
Dear singer team, I think there are quite some PRs open that could be reviewed and merged into the main branch. Is there anyway to support you on this? If...
Hi, Our organization is refreshing OAuth credentials before we pull data using tap-Jira. It turned out tap-Jira internally refreshes the tokens. As a result, the previously generated tokens get invalidated....
Hi, Our team is using Jira on-prem. As of now, tap-Jira doesn't support personal access token authentication. For more information please refer https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html. It would be great to have support...
Per https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/, basic auth will no longer be supported. Suggestion is to replace the basic auth feature here with api token authorization. The readme should be updated as well, with...
# Add agile support Support retrieving data from the [Jira Cloud Software API](https://developer.atlassian.com/cloud/jira/software/rest/intro/) discussed in #51 . This includes support for: - Boards - Sprints - Epics - Board Issues...
Readme missing info - How does one run tap-jira with a state and how does one correctly output the state of running import? The tap outputs its state incrementallya which...
All resource links in the README.md redirect to https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
Hi I am using **tap-jira** and **target-csv** to export jira data hosted locally to csv I have configured config.json for jira and tried both discovery mode and sync mode `tap-jira...
Are there any plans to support pulling in data from the [Jira Software REST API](https://developer.atlassian.com/cloud/jira/software/rest/intro/)?
The output of the tap is extremely verbose due to "removed fields" message from the Transformer. We have to update schemas/catalog to make it less verbose * Add an `accountType`...