@PublicApi
public interface ObjectTicketFacade
Modifier and Type | Method and Description |
---|---|
ObjectTicketsEntry |
findTicketsForObject(int objectId,
Long filterId,
Integer limit)
Retrieve all open tickets connected to the provided object.
|
@Nonnull ObjectTicketsEntry findTicketsForObject(int objectId, @Nullable Long filterId, @Nullable Integer limit)
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.