Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping between users and assigned issues java api

sergiubodea89 September 27, 2018

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().

1 answer

1 accepted

2 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018

Hello,

You could find such issue through a JQL search. It is the SearchService class.

sergiubodea89 September 27, 2018

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.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018

Suggest an answer

Log in or Sign up to answer