Hello community.
I am working on a p2 plugin and one of the requirements is to enter a list of usernames and retreive a list of issues assigned to those usernames. I am using the Atlassian SDK to run the plugin.
I am using the JAVA api but I can't find any mapping between a user and it's assigned issues. All I could find is based on an issue i can see the getAssigneeUser().
Hello,
You could find such issue through a JQL search. It is the SearchService class.
Thank you for the response. I haven't used SearchService by now and the JQL search.
Can you show me a simple example for Java?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.