List My Leantime Tickets
leantime_list_my_ticketsRetrieve Leantime tickets assigned to you, newest first, to select one before creating a branch.
Instructions
List Leantime tickets assigned to the configured user (LEANTIME_USER_ID), newest first.
Use this to let the user pick a ticket before creating a branch (the aibranch workflow). Read-only.
Args:
limit (number, optional): max tickets to return (1-100, default from LEANTIME_PICK_LIMIT or 30)
Returns JSON: { count, tickets: [{ id, headline, statusLabel, projectName, dueDate, url }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tickets to return |