UiModifications cannot modify the component

UiModifications only defines priority, assignee, summary, description and labels.What should I do if I want to modify components with UiModifications?


Hi @Zhangyesen!
Currently UI modifications doesn’t support the components field. The current supported fields are listed on our documentation.

We are actively working on UI modifications, including support to more fields. You can follow the Forge changelog to find out new fields support in the future.

Hi @vdebone
Thank you for the reply.I see. Thank you.

Hello @vdebone Is this still not supported?
I am trying this and getting undefined on components field.

However i see the components fields as supported in the Forge UIModification documentation page:

https://developer.atlassian.com/platform/forge/apis-reference/jira-api-bridge/uiModifications/#supported-fields-per-view

I figured out this, I had to add extra permission on my manifest.yml file “read:project.component:jira” on top on “read:project:jira”.

2 Likes