tap-jira icon indicating copy to clipboard operation
tap-jira copied to clipboard

A Singer.io tap for extracting data from the JIRA API

Results 27 tap-jira issues
Sort by recently updated
recently updated
newest added

# Description of change (write a short description or paste a link to JIRA) # Manual QA steps - # Risks - # Rollback steps - revert this branch

# Description of change In the current implementation, the catalog.json being passed is not considered for the creation of the schema message. The schema always matches the schema in the...

# Description of change Resolves #109 by querying issue data in descending update order. # Manual QA steps - I added more logging to manually demonstrate that a record can...

cla-missing

I'm running this tap through meltano. I've been running since March 2023 and have noticed that it occasionally misses records. If I do a full re-sync, the records show up,...

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

cla-missing

# Description of change Basic Auth using email and password is deprecated. Need to create an API token instead of using the password itself. * https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/ * https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/ #43 #...

# Description of change Added code and unit tests for dev-mode # Manual QA steps - # Risks - # Rollback steps - revert this branch

# Description of change Add support for fetching issue's properties. The current REST entrypoint used does not include properties, so another fetch to the server is required. The extra fetch...

# Description of change - Updated primary keys value before writing schema for `users` stream in sync mode. # Manual QA steps - Run discover mode in the tap and...

When Components is selected then it tries to use `/rest/api/2/project/{projectIdOrKey}/component` resource and throws exception because the correct one is: `/rest/api/2/project/{projectIdOrKey}/components` (with 's') See doc: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-project-components/#api-rest-api-2-project-projectidorkey-components-get https://github.com/singer-io/tap-jira/blob/4bd9abd922c19f3a2b1f10812c4c670d87025cfa/tap_jira/streams.py#L156 Tested with on-prem Jira,...