Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/getIssuePickerResource.ts>GetIssuePickerResource

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetIssuePickerResource
import { type GetIssuePickerResource } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/getIssuePickerResource.ts";

Properties

optional
query: string

A string to match against text fields in the issue such as title, description, or comments.

optional
currentJQL: string

A JQL query defining a list of issues to search for the query term. Note that username and userkey cannot be used as search terms for this parameter, due to privacy reasons. Use accountId instead.

optional
currentIssueKey: string

The key of an issue to exclude from search results. For example, the issue the user is viewing when they perform this query.

optional
currentProjectId: string

The ID of a project that suggested issues must belong to.

optional
showSubTasks: boolean

Indicate whether to include subtasks in the suggestions list.

optional
showSubTaskParent: boolean

When currentIssueKey is a subtask, whether to include the parent issue in the suggestions if it matches the query.