Allows for quick issue search in your pubic or private boards.
$ npm i -g alfred-youtrack
or
$ git clone https://github.com/harvestnide/alfred-youtrack.git && cd alfred-youtrack && npm install
Thanks to sindresorhus/alfy - that's it. Just don't forget to add configs!
-
yts <search-query>
would perform substring search, Using issue id, issue title and issue description as inputs. -
ytq <search-query>
would perform search using YouTrack query language.
ytq
is far more flexible that yts
(because YouTrack queries are awesome 😉),
but comes with a downside of requiring additional request for basically each new input character.
Workflow requires two inputs to function properly. Refer to official docs linked below.
Parameter | Link | Notes |
---|---|---|
baseUrl |
API URL and Endpoints |
https:// scheme prefix is required |
apiToken |
API Token |
Project has both JS dist
and TS src
included, as well as tsc config. Feel free to open issues and PRs, btw
- 0.4.1
- Added Shift and Ctrl modifiers.
-
Shift+Enter will copy markdown-formatted
link to selected issue, for example:
[FOO-21: Bar -> Baz](https://youtrack.jetbrains.com/issue/foo-21)
-
Ctrl+Enter will copy Project ID and Title for selected issue, for example
FOO-21: Bar -> Baz
MIT © Veniamin Sazonov