Hi All,
I am trying to develop an add-on for the Jira service desk server.
Here is the use case:
I want to get the details of Project ID and Issue ID on the customer issue page/View Issue page.
I am trying from my Java code to retrieve these details and send them to the velocity code.
I tried JiraHelper.getContextParams().get("issue")).getKey(); but it is throwing a null pointer exception.
The same code is working fine for the Jira server.
Could you please help me.
Thank you.