You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2440,8 +2439,7 @@ export class BitbucketAPI extends API {
2440
2439
state: 'open'|'closed'|'all',
2441
2440
_since: Date|null
2442
2441
): Promise<ReadonlyArray<IAPIIssue>>{
2443
-
// TODO: I didn't find a way to filter issues by by date (since), feel free to
2444
-
// implement this if you know how to do it.
2442
+
// TODO: I don't have any way to test this since we don't use Bitbucket's built in issue tracker. Feel free to implement date filtering (since) if you need it.
2445
2443
constQUERY_ALL=''
2446
2444
constQUERY_OPEN='state="new" OR state="open" OR state="submitted"'
0 commit comments