---
title: "admGetContextualScreenFields"
canonical: "https://support.appfire.com/space/PSJ/15488737/admGetContextualScreenFields"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetContextualScreenFields(screenId, projectKey, issueType) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | getContextScreenFields(screenId, projectKey, issueType) |

## Description

> Macro (excerpt)
> 
> Retrieves the available fields for the user in the given context (screen/project/issue type)

Retrieves the available fields for the user in the given context (screen/project/issue type)

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| screenId | number | Yes | Screen id. |
| projectKey | String | Yes | Project key. |
| issueType | String | Yes | Issue type. |

## Return Type

**String []**

List of field names which are available in the given context

## See also

> Macro (contentbylabel)