(apiClient *api.Client, baseRepo ghrepo.Interface, tb prShared.IssueMetadataState, projectsV1Support gh.ProjectsV1Support)
| 430 | } |
| 431 | |
| 432 | func generatePreviewURL(apiClient *api.Client, baseRepo ghrepo.Interface, tb prShared.IssueMetadataState, projectsV1Support gh.ProjectsV1Support) (string, error) { |
| 433 | openURL := ghrepo.GenerateRepoURL(baseRepo, "issues/new") |
| 434 | return prShared.WithPrAndIssueQueryParams(apiClient, baseRepo, openURL, tb, projectsV1Support) |
| 435 | } |
| 436 | |
| 437 | // deferredUpdateIssueOptions resolves the user-supplied --type / --parent / |
| 438 | // --blocked-by / --blocking flags into the IDs that DeferredUpdateIssue |
no test coverage detected