The field key is specified in the following format: $(app-key)__$(field-key). For example,
example-add-on__example-issue-field. To determine the fieldKey value, do one of the following:
Open the app's plugin descriptor, then app-key is the key at the top and field-key is the key in the
jiraIssueFields module. app-key can also be found in the app listing in the Atlassian Universal Plugin
Manager. run Get fields and in the field details the value is returned in key. For
example, "key": "teams-add-on__team-issue-field"
OptionalmaxResults
maxResults?:number
The maximum number of items to return per page.
OptionalprojectId
projectId?:number
Filters the results to options that are only available in the specified project.
OptionalstartAt
startAt?:number
The index of the first item to return in a page of results (page offset).
The field key is specified in the following format: $(app-key)__$(field-key). For example, example-add-on__example-issue-field. To determine the
fieldKey
value, do one of the following:Open the app's plugin descriptor, then app-key is the key at the top and field-key is the key in the
jiraIssueFields
module. app-key can also be found in the app listing in the Atlassian Universal Plugin Manager. run Get fields and in the field details the value is returned inkey
. For example,"key": "teams-add-on__team-issue-field"