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.
入力要件¶
ALLOWED
機密動的プロパティをサポート¶
false
プロパティ¶
プロパティ |
説明 |
|---|---|
API トークン |
Jira API 認証用トークン |
認証方法 |
Jira Cloud API の認証方法。 |
作成後 |
指定した日時以降に作成されたissueをフィルターします (オプション、形式: yyyy-MM-dd)。 |
環境 URL |
URL からAtlassian Jira環境へ |
課題フィールド |
各課題について返すフィールドのリスト。このプロパティには、カンマ区切りのリストを指定できます。 |
JQL クエリ |
JQL クエリ文字列 (JQL クエリタイプを使用する場合は必須) |
Jira Eメール |
Jira アカウントに関連付けられたメールアドレス |
最大ページサイズ |
最大ページサイズ (Maximum Page Size) の値は50から1000の間でなければなりません。 |
Project Names |
Comma-separated list of project names for simple search |
Request Rate Manager |
Atlassian APIs のレート制限を追跡するためのコントローラーサービス |
検索タイプ |
実行する検索のタイプ |
ステータスカテゴリ |
簡易検索用ステータスカテゴリフィルター(任意) |
更新後 |
指定した日時以降に更新されたissueをフィルター (オプション、形式: yyyy-MM-dd) |
ウェブ クライアント サービス |
Jira への HTTP 接続を管理するController Service |
状態管理¶
スコープ |
説明 |
|---|---|
CLUSTER |
Stores pagination state to maintain position between restarts. Resets when ingestion configuration changes. |
リレーションシップ¶
名前 |
説明 |
|---|---|
retry |
再試行可能な障害が発生しました(レート制限など) |
success |
Jira 課題の取得に成功 |
属性の書き込み¶
名前 |
説明 |
|---|---|
mime.type |
application/json |
jira.query.jql |
この取得に使用された JQL クエリ |
jira.source.url |
Jira ソースの URL |
statement.type |
ステートメントタイプ INSERT、 UPSERT |