working leantime widget 42
This commit is contained in:
parent
2dc3a9603a
commit
5fd5b1edec
@ -113,9 +113,10 @@ export async function GET(request: NextRequest) {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
jsonrpc: '2.0',
|
||||
method: 'leantime.rpc.Tickets.Tickets.getAllByUserId',
|
||||
method: 'leantime.rpc.Tickets.Tickets.getAll',
|
||||
id: 1,
|
||||
params: {
|
||||
projectId: 0, // 0 means all projects
|
||||
userId: leantimeUserId,
|
||||
status: "all",
|
||||
limit: 100
|
||||
|
||||
Loading…
Reference in New Issue
Block a user