Option to use the same query across all datasets

Issue #70 resolved
Amit Khullar created an issue

We should be able to use a Query Filter also as an option instead of JQL since then we can map it with all the Datasets separately and tomorrow if some change is required in the query you can just go and update the Issue Filter instead of opening each graph / dataset and then change the JQL which is tediuos.

Comments (8)

  1. boydo repo owner

    @amkhullar You should be able to use the following JQL:

    filter=1000
    

    where 1000 is the ID of the filter. It can normally be found in the URL when viewing the filter results ..

  2. Amit Khullar reporter

    Hi David,

    You are right we can do that at each dataset level. What i meant was that if i am using 10 Datasets in a Graph we plot else we have to do it on each dataset level manually. Tomorrow if i replicate the graph for some other values i just change one filter mapped to the graph instead of each individual dataset.

    Maybe i dint word it correctly earlier.

  3. boydo repo owner

    Ah, ok. So you want a way to apply JQL or a filter to all datasets in the chart, not just each one individually?

  4. Amit Khullar reporter

    Yes you are right , that will remove lot of to and fro between graphs if a change is required.

  5. tiko lakin

    Hi @dhendranata

    You should be able to use the following JQL: filter=1000 where 1000 is the ID of the filter. It can normally be found in the URL when viewing the filter results ..

    That sounds very handy, I did try it but it doesn't work for me, also it's not mentioned in the documentation. Is it experimental feature?

  6. Log in to comment