Access/manipulate the issue view from custom UI | I want to trigger the issue description input to be focused from my app

I have a button in my custom ui application using the issue-panel module and I want that when it is clicked the description input of the current issue should be focused and the user can automatically start typing.

Is there a way to achieve this or something similar?