Organize JQL Queries

Issue #262 open
Daniel Balogh created an issue

For a better overview, JQL queries should be to be organized in a tree structure in the browser.

For Example I liked to maintain several JQL-s per project, like

  • epics,
  • open,
  • bugs,
  • etc.

currently I see all of them in a flat list.

Win 10 Pro 1903
atlassian.atlascode: 2.1.5

VS Code:

Version: 1.40.1 (user setup)
Commit: 8795a9889db74563ddd43eb0a897a2384129a619
Date: 2019-11-13T16:49:35.976Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.18362

Comments (4)

  1. Nick Rundquist

    Daniel,

    In the settings for the extension it’s possible to create custom JQL queries and re-order them. Is there some functionality beyond this that you’re looking for?

  2. Daniel Balogh reporter

    Hello Nick, I’m aware of reorder them, but I don’t see an option to group them in e.g. a treeview, somewhat like this:

    |– project1

    | | --bugs

    | |--features

    |

    |– project2

    | | --bugs

    | |--features

  3. Log in to comment