Skip to main content
QUERY
jiraAssignableUsers(issueKey: ID!, query: String): [JiraPerson!]!

Arguments

issueKey
ID!
required

The issue key used to filter or perform the operation.

query
String
default:""

Text used to filter matching records. Defaults to "".

Returns

accountId
String

Identifier of the related account. May be null when unavailable or not applicable.

displayName
String!

The display name associated with this Jira person.

avatarUrl
String

URL for this Jira person. May be null when unavailable or not applicable.

Query
Variables
Response