Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

JQL does'nt obey date

Hi


I have the follow structure in Jira:  Iniciativa > Epic > Story/Task

jira.PNG

 

I create this JQL to bring all issues under Iniciative  until story/task level, but it seems that exists something wrong at my logic


(issueFunction in linkedIssuesOfAllRecursiveLimited("project = INI AND STATUS NOT IN (Cancelado) AND created >= 2020-01-01", 2) OR (project = INI AND created >= 2020-01-01 AND STATUS NOT IN (Cancelado))) AND status not in (Removed)

queryresult.PNG



1 answer

1 accepted

0 votes
Answer accepted
Tim Perrault
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.
Oct 26, 2022

Hi @Edimara 

 

The problem is probably with the issueFunction part of the JQL. You are asking for the linked issues for the query you have. So when you are searching for issues in that date, it will find them and then query will follow all links, recursively, from the issues it found until it has traversed a maximum of 2 links deep along any link path.

 

Thanks,

Tim

Tim Perrault
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.
Oct 26, 2022
(issueFunction in linkedIssuesOfAllRecursiveLimited("project = INI AND STATUS NOT IN (Cancelado) AND created >= 2020-01-01", 2) AND created >= 2020-01-01 OR (project = INI AND created >= 2020-01-01 AND STATUS NOT IN (Cancelado))) AND status not in (Removed)

 

Adding AND created >= 2020-01-01 after the issuefunction should work in this case

Thanks @Tim Perrault 

 

Works perfectly

Like Tim Perrault likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events