Forums

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

View tasks linked with a specific task after a specific date

omnitron
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 24, 2023

Hello Community!

I would like to use JQL to present issues linked to a specific task, but additionally I would like to display only those that have been linked after a specified date. I do not know how to get the date of linking.

First part is easy:

issue in linkedIssues(PROJ-15, "is reported by")

 but the second part is quite tricky because I checked here that using CHANGED operator with linkedIssues() function is not supported.

 

Any ideas on how I can achieve my goal?

1 answer

0 votes
John Funk
Community Champion
May 24, 2023

Hi Omnitron - Welcome to the Atlassian Community!

I don't think you are going to be able to directly access that date. What you can do is create a custom date field and then populate the custom field with {{now}} when the issue is linked. Then you can incorporate the custom field in your JQL. 

Suggest an answer

Log in or Sign up to answer