Hi Could help me to give me config of tap-jira ser...
# troubleshooting
n
Hi Could help me to give me config of tap-jira server, so I get the error message as :"*failed with status code 401 and error message None"*
Copy code
version: 1
default_environment: dev
project_id: 69e75516-c145-4216-883c-ac3a54227ff6
environments:
- name: dev
- name: staging
- name: prod
plugins:
  extractors:
  - name: tap-jira
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/tap-jira.git>
    settings:
      - name: api_token
      - name: email
      - name: domain
    config:
      email: <my email>
      api_token: <my_token>
      domain: <my domain>
    select:
      - boards.*
  loaders:
  - name: target-jsonl
    variant: andyh1203
    pip_url: target-jsonl
    config:
      do_timestamp_file: true