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({
|
body: JSON.stringify({
|
||||||
jsonrpc: '2.0',
|
jsonrpc: '2.0',
|
||||||
method: 'leantime.rpc.Tickets.Tickets.getAllByUserId',
|
method: 'leantime.rpc.Tickets.Tickets.getAll',
|
||||||
id: 1,
|
id: 1,
|
||||||
params: {
|
params: {
|
||||||
|
projectId: 0, // 0 means all projects
|
||||||
userId: leantimeUserId,
|
userId: leantimeUserId,
|
||||||
status: "all",
|
status: "all",
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user