Link datasource - Jira issues modal

Note: This component is designed for internal Atlassian development.

External contributors will be able to use this component but will not be able to submit issues.

Jira Issues Configuration Modal Props

The Jira Issues Configuration Modal has additional parameters that are required to fetch data from the API. Below are the props that are unique to the Jira Issues Modal.


/** used to identify the site from which to fetch data */ cloudId: string; /** * query language specific to Jira to perform advanced search. * see below for more information: * https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/ */ jql?: string /** used to filter for specific data */ filter?: string

Example

Jira Issues Configuration Modal