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: 

Can I retrieve a result from a JQL and use it in the same JQL for a different result?

Vincenzo Ciaravella
July 29, 2021

I need to write a JQL based on the update date which can only be found by another JQL.  I'm trying to set up a query that will work in a Dashboard with minimal intervention.  Trying to render this 2 step JQL into a one step affair

Example

JQL 1: Key = PRJ-1234 (result for update date = 2021-07-29)

JQL 2: Project = PRJ and (updated >= 2021-07-29 and updated < 2021-07-30)

Thanks

Vince

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Jack Brickey
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.
July 29, 2021

no. JQL just returns a list of issues. it doesnt present any value that can be used to feed another filter.