Hi there,
I implemented a Issue-Tabpanel in my plugin which needs a JS-File to work properly. In the Jira Software and Core Projects I already provided the JS-file successfully for the tabpanel. But when I’m in Service Desk in the queues view to view a particual issue, the JS-File is not loaded. I already added a few Service-Desk contexts to provide the file, but nothing is working.
<context>jira.view.issue</context>
<context>sd.agent.view</context>
<context>sd.project.view</context>
<context>sd.project.api</context>
As you can see I also added the jira.view.issue context. I would expect that the resource is loaded in every view which require this context.
It does not make any sense to me why the JS-File is not provided in the following screen:
WHY is my JS-File missing? Its clearly the jira.view.issue context, the only difference is the list view of the queues for this project.
Can anybody tell me what I need to do to provide a JS-File, no matter in which view/context I am? It feels like there is no stable solution for this simple use case…Where is the documentation???
Regards.