Hello Dears,
I started to develop a custom App for JIRA.
One of the RestAPIs I developed is designed to create a JIRA Issue using IssueService.
The method works fine, but when I try to create a unit test according to the simple tutorial provided by atlassian I get this error:
{code} java.lang.IllegalStateException: ComponentAccessor has not been initialised. {code}
How to Initilize ComponentAccessor and other JIRA components like IssueService. ?
Best Regards,