Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How to display selected configuration values beside "Edit custom field config" in customfield page

How to display selected configuration values beside "Edit custom field config" in customfield page

sumit patil
May 1, 2025

Hi community,

I'm building a custom field using Atlassian Forge (jira:customFieldType) and using contextConfig  to allow users to select a group from the list of Jira groups. The config UI works correctly and saves the selected value, but I want to display the selected group name beside the "Edit custom field config"  link on the Custom Field > Configure page in Jira (like how some Forge or built-in fields show the current configuration value next to the edit link).

Screenshot 2025-04-30 152742.png

So far, I’ve explored:

  • contextConfig.layout: native and render: native

  • Using a formatter expression (but that only affects issue view)

  • Tried looking for displayContextConfig or similar, but it doesn't seem to exist or be documented.

        here is manifest file :

         Screenshot 2025-05-01 140542.png

Is there any supported way in Forge to show a summary of the selected configuration (e.g. the selected group name) directly on the custom field configuration page, next to the Edit Custom Field Config link?

If not, is there a recommended workaround or is this a feature planned for the Forge platform?

Thanks!

1 answer

0 votes
Mercy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 10, 2025

At the moment, Forge does not expose an API or manifest property that allows developers to customize or inject content beside the **Edit custom field config** link on the *Custom Field > Configure* screen in Jira Cloud. The `contextConfig` definition in the `jira:customFieldType` module is only used to render and persist configuration data through the native configuration dialog; Forge doesn’t provide a hook such as `displayContextConfig` or formatter for the field configuration summary. This is consistent with the current [Forge custom field module](

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events