Update src/lib/aggregate-read.ts
Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com>
This commit is contained in:
parent
264af1fd3b
commit
fbe1178e24
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ import type { BeadDependency, BeadIssueWithProject } from './types';
|
||||||
import type { ProjectScopeOption } from './project-scope';
|
import type { ProjectScopeOption } from './project-scope';
|
||||||
import { readIssuesFromDisk } from './read-issues';
|
import { readIssuesFromDisk } from './read-issues';
|
||||||
|
|
||||||
|
function scopeIssueId(projectKey: string, issueId: string): string {
|
||||||
|
if (issueId.includes('::')) {
|
||||||
|
return issueId;
|
||||||
function scopeIssueId(projectKey: string, issueId: string): string {
|
function scopeIssueId(projectKey: string, issueId: string): string {
|
||||||
if (issueId.includes('::')) {
|
if (issueId.includes('::')) {
|
||||||
return issueId;
|
return issueId;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue