How do i get an Instance of projectPropertyService

Hi together,

i just started developing Add-Ons for JIRA. I did found a way to get an Instance of an Object with the Interface ProjectPropertyService (ProjectPropertyService (Atlassian JIRA 7.1.5 API)). Does anyone know where I can get an instance of this interface? Maybe you can offer me some documentation on this topic.

Thanks
Alexander

Just out of curiosity: why do you want to use the ProjectPropertyService?

I want to create an Instance of ProjectSearchRequestServiceImpl.

Try this:

ProjectPropertyService projectPropertyService = ComponentAccessor.getComponent(ProjectPropertyService.class)