The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating more than two filters

Aruna Gunatilake
February 4, 2014

Suppose A, B & C are filters, created using JQLs, which list datasets :

How do we represent (AUB)∩C’ using JQLs?

FYI: ((A) OR (B)) AND (NOT( C)) is not working and gives incorrect output


4 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Filipe
February 25, 2014

Hi,

Try if

https://marketplace.atlassian.com/plugins/pt.lt.lfcribeiro.jira.jqlLTFunctions

Solves your problem, it will let you do some math:

  • InterceptionOfFilters
  • SubtrationOfFilters
  • UnionOfFilters

Regards,

0 votes
Andreas Haaken
February 4, 2014

That s what i meant ;)

0 votes
Andreas Haaken
February 4, 2014

Hi

you can store these JQLs as Filters, than it would work..

Each JQL stored as Filter will run the aggregate( it does for me)

Aruna Gunatilake
February 4, 2014

filter!=C

May I know what do you mean by "filter" here?


Ubisoft
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 Champions.
February 4, 2014

If you create, save (and maybe share) a JQL search (a filter) you can search for filters by name in advanced search by using the ''field'' filter: ex.

I enter "project=MP and issuetype=Story" which returns all stories in my project and I save it as mystories, I can now use it as a search parameter such as "filter = 'mystories' or by filterid.

I'm assuming that's your question?

0 votes
Andreas Haaken
February 4, 2014

(filter=A OR filter =B) AND filter!=C

Aruna Gunatilake
February 4, 2014

Andreas,

In my question A, b & C are JQLs which list data sets

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events