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.
Check this Answer.
It solve my requirement.
Thanks for pasting the solution in here as well!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manish Kumar Singh ,
In case you don't manage to get any reply in here you may want to refer to the resources listed in https://developer.atlassian.com/resources.
Specifically:
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.