mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 Merge PR #63133 jira-client adding optional parameters to getIssueWorklogs by @brucem1976
Co-authored-by: Bruce Martin <bruce.martin@withintelligence.com>
This commit is contained in:
2
types/jira-client/index.d.ts
vendored
2
types/jira-client/index.d.ts
vendored
@@ -545,7 +545,7 @@ declare class JiraApi {
|
||||
* @param [startAt=0] - optional starting index number
|
||||
* @param [maxResults=1000] - optional ending index number
|
||||
*/
|
||||
getIssueWorklogs(issueId: string): Promise<JiraApi.JsonResponse>;
|
||||
getIssueWorklogs(issueId: string, startAt?: number, maxResults?: number): Promise<JiraApi.JsonResponse>;
|
||||
|
||||
/**
|
||||
* List all Issue Types jira knows about
|
||||
|
||||
Reference in New Issue
Block a user