FetchJiraFields 2025.10.9.21

Bundle

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

Description

Retrieves comprehensive metadata for all fields available in the Jira Cloud instance using the REST API v3 /field endpoint. For each field, returns detailed information including field ID/key, display name, field properties, JQL clause names for queries, and schema details with data types.

Tags

api, atlassian, fetch, jira, rest

Input Requirement

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
API TokenJira API token for authorization
Authorization MethodAuthorization method for Jira Cloud API
Environment URLURL to the Atlassian Jira Environment
Issue FieldsA list of fields to return for each issue. This property accepts a comma-separated list.
Jira EmailEmail address associated with Jira account
Request Rate ManagerController service for keeping track of rate limits for Atlassian APIs
Web Client ServiceController service for managing HTTP connections to Jira

Relationships

NameDescription
failureFailed to fetch Jira fields, e.g., due to connection issues or invalid credentials
retryRetryable failure occurred, e.g. rate limiting
successSuccessfully fetched Jira fields

Writes attributes

NameDescription
mime.typeThe MIME type of the returned response, always set to ‘application/json’

See also