Hi!
I have the following code:
In 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:
giving me the following lines:
But if i put this after the part of the EventListener's afterPropretiesSet
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!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.