public class ObjectTicketFacadeImpl extends Object implements ObjectTicketFacade
Constructor and Description |
---|
ObjectTicketFacadeImpl(com.riadalabs.jira.plugins.insight.services.core.ObjectTicketService objectTicketService) |
Modifier and Type | Method and Description |
---|---|
ObjectTicketsEntry |
findTicketsForObject(int objectId,
Long filterId,
Integer limit)
Retrieve all open tickets connected to the provided object.
|
public ObjectTicketFacadeImpl(com.riadalabs.jira.plugins.insight.services.core.ObjectTicketService objectTicketService)
@Nonnull public ObjectTicketsEntry findTicketsForObject(int objectId, @Nullable Long filterId, @Nullable Integer limit)
ObjectTicketFacade
findTicketsForObject
in interface ObjectTicketFacade
filterId
- filter the tickets based on the filter id. If filterId is null no filter will be used. E.g. in
the context of Jira the filterId will be the id on an available JQL filterlimit
- limit the result set to the amount of objects. If the limit is null all connected tickets will be
returnedCopyright © 2024 Atlassian. All rights reserved.