FetchJiraIssues 2025.10.2.19

번들

com.snowflake.openflow.runtime | runtime-atlassian-processors-nar

설명

Fetches issues from Jira Cloud using REST API v3 with configurable search options. Provides two search modes: 1. Simple Search - Filter by project name, status category, created/updated dates 2. Advanced Search - Use custom JQL (Jira Query Language) expressions Key features: - Smart pagination handling with automatic state management - Incremental sync capability using timestamps between processor runs - Timezone-aware date handling using Jira user’s timezone - Configurable issue fields retrieval - Adds metadata to FlowFiles: source URL (jira.source.url), query (jira.query.jql), statement type (statement.type) - Adds insert,upsert attributes for downstream processing The processor maintains cluster state to resume operations after restarts Authentication is handled via basic auth using Jira email/API token credentials. Currently that is the only supported method. LIMITATIONS: - Jira issue deletes are not detected.

태그

api, atlassian, fetch, jira, rest

입력 요구 사항

ALLOWED

민감한 동적 속성 지원

false

속성

속성

설명

API Token

승인용 Jira API 토큰

Authorization Method

Jira Cloud API 의 승인 방법

Created After

지정된 날짜/시간 이후에 생성된 문제 필터링(선택 사항, 형식: yyyy-MM-dd)

Environment URL

Atlassian Jira 환경의 URL

Issue Fields

각 문제에 대해 반환할 필드 목록입니다. 이 속성은 쉼표로 구분된 목록을 허용합니다.

JQL Query

JQL 쿼리 문자열(JQL 쿼리 유형 사용 시 필수)

Jira Email

Jira 계정과 연결된 이메일 주소

Maximum Page Size

최대 페이지 크기 값은 50에서 1000 사이여야 합니다

Project Names

Comma-separated list of project names for simple search

Request Rate Manager

Atlassian APIs의 속도 제한을 추적하기 위한 컨트롤러 서비스

Search Type

수행할 검색 유형

Status Category

간단한 검색을 위한 상태 카테고리 필터(선택 사항)

Updated After

지정된 날짜/시간 이후에 업데이트된 문제 필터링(선택 사항, 형식: yyyy-MM-dd)

Web Client Service

Jira에 대한 HTTP 연결을 관리하기 위한 컨트롤러 서비스

상태 관리

범위

설명

CLUSTER

Stores pagination state to maintain position between restarts. Resets when ingestion configuration changes.

관계

이름

설명

retry

재시도 가능한 오류가 발생했습니다(예: 속도 제한).

성공

Jira 문제를 성공적으로 가져오기

Writes 특성

이름

설명

mime.type

application/json

jira.query.jql

이 가져오기에 사용되는 JQL 쿼리

jira.source.url

Jira 소스의 URL

statement.type

문 유형 INSERT, UPSERT

참고 항목