Add new option to action menu at issue panel

Hello everyone!

We are working in our app to add a new issue panel and we want to add a new option to the right menu. We want to add a new option into the red box that appear in the following image

It is possible?

This is our manifest.yml:

  jira:issuePanel:
    - key: hello-issue-panel
      resource: issue-panel
      resolver:
        function: resolver
      title: Hello
      icon: resource:icons;logo.svg

Thank you!
David

1 Like

Seems like you want the Jira issue action module. That would mean adding another module to your manifest.

Exactly, I want to do that in the issue panel instead of in the issue action. Maybe it is impossible to create it in the issue panel and we must create it at the issue level.

I forgot to write it before, we are using CustomUI because I have seen that with UIKit 1 you can add it https://developer.atlassian.com/platform/forge/ui-kit-components/uik1_modules/#issuepanel but not with CustomUI.

1 Like

Is it still not possible to rename the actions “collapse” and “remove” in CustomUI, or has anything been implemented to address this? It would be really great if this feature were available in CustomUI.