mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
parent
23b1d4adf0
commit
d02f2271da
1 changed files with 4 additions and 1 deletions
|
|
@ -9,8 +9,11 @@ export const getIssueProviderHelpLink = (
|
|||
// return 'https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/';
|
||||
case 'GITHUB':
|
||||
return 'https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests';
|
||||
// NOTE: the GitLab search box hits the Issues API `search=` param (plain
|
||||
// substring match), not Advanced Search — so link the issues endpoint, not
|
||||
// the advanced-search syntax page (#8884).
|
||||
case 'GITLAB':
|
||||
return 'https://docs.gitlab.com/ee/user/search/advanced_search.html';
|
||||
return 'https://docs.gitlab.com/api/issues/#list-project-issues';
|
||||
// case 'GITEA':
|
||||
// case 'CALDAV':
|
||||
// case 'REDMINE':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue