JQL for wisoft gantt-ondemand plugin

Valdis Rigdon February 24, 2014

Is it possible to specify just a JQL query for what issues to put on the Gantt chart? Right now the filtering is fairly specific. I would like to just filter, for instance, on just Epics.

2 answers

1 accepted

0 votes
Answer accepted
Adrian Wieczorek
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2014

Hi Valdis, you can't do that right now, however, it sounds like an interesting feature indeed. The only problem right now would be that JQL require calling JIRA API everytime someone change such filter and at the moment the engine does all the filtering at the frontend side.

As an interim solution, would be OK for you to just having yet another filter for "Issue Type"? That sounds like much easier to implement.

Valdis Rigdon February 25, 2014

That would work in the short term, but it seems like a stop-gap. The initial load time on the Gantt chart takes a while, as all that filtering is done brower side. I'd much rather reference JQL saved query, or enter a JQL string myself.

Adrian Wieczorek
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2014

OK, so I think the feature that you're after here would be something like an extra "JQL filter" that is always included when querying JIRA API. Then, it would work regardless of current filter setup as some kind of "low-level filtering" (in fact, we do that for removing archived projects from results already). I like that idea as it will address other issues too, for example, that one reported here:

https://answers.atlassian.com/questions/263129/gantt-chart-issues-list-order

I have created a separate feature request for this (can't say exact timeframe yet but I think it will be done in next few days, week at most:)

https://wisoft.atlassian.net/browse/GANTT-96

0 votes
Adrian Wieczorek
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 2, 2014

Hi Valdis,

The feature I've mentioned in my last comment is now implemented so you can use custom JQL query now. More information here:

https://wisoft.atlassian.net/wiki/display/GanttOnDemand/Configuration#Configuration-CustomJQL

Suggest an answer

Log in or Sign up to answer