Jql query to get all of the issues

Scheibli Márk July 24, 2017

Hi!

I have the following code:

Képkivágás.JPGIn this i want to get all of the Issues for project named TestProjecT. So, this code is working fine in my EventListener, if i put after the part:

Képkivágás.JPG

giving me the following lines:

Képkivágás.JPG

But if i put this after the part of the EventListener's afterPropretiesSet

Képkivágás.JPG

the result is 0 but no failure in the database catch. So, it gets the request but finds nothing.

My question is that why the jql request can't give me the same results?

Please help me!

1 answer

1 accepted

0 votes
Answer accepted
Scheibli Márk July 24, 2017

I found my fail. The user attribute was null, cause in a random part of a code can't get the value from the logged user, so i changed it to 

UserManager userman = ComponentAccessor.getUserManager();
ApplicationUser user = userman.getUserByName("admin");

Now its working fine. I hope it could help somebody.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events