roberto_koren
11/10/2023, 5:15 PMtap-jira Meltano variant (as it has Stream Maps support). Is it possible to only select issues from a certain project? We have a ton of projects and would only want to be extracting data from a handful of them instead of all of themroberto_koren
11/10/2023, 5:15 PMextractors:
- name: tap-jira
config:
auth:
flow: password
username: <email>
domain: <url>
select:
- issues.key
- issues.fields.*
The issue is that we only want to extract issues for let's say INC, ENG and CDD projects instead of all other onesroberto_koren
11/10/2023, 5:20 PMwesseljt
11/10/2023, 7:07 PMwesseljt
11/10/2023, 7:07 PMmark_estey
11/10/2023, 7:24 PMmark_estey
11/10/2023, 7:24 PMroberto_koren
11/10/2023, 7:36 PM