Hi All,
I have a web panel on JIRA Service Management - Customer Portal. I need Service Desk project details like project-id, project-name and project-key that I want to use in the web panel context provider.
Tried using JiraHelper.getContextParams().get("issue")).getKey() but on customer portal this thing is throwing Null pointer exception.
Could you please help me out with this.
Thank you.