Queries
searchThreadLinkCandidates
Searches for external entities (e.g. Jira issues) that can be linked to a thread. Filter by sourceType to scope the search to a specific issue tracker, and provide a free-text searchQuery to match against issue titles or identifiers. Returns candidates that can then be passed to createThreadLink. Requires a connected issue tracker integration for the specified source type.
QUERY
searchThreadLinkCandidates(filters: ThreadLinkCandidateFilter!, searchQuery: String!, first: Int, after: String, last: Int, before: String): ThreadLinkCandidateConnection!Arguments
filters
required
searchQuery
String!
required
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Variables
Response
Query
Variables
Response

