View tasks linked with a specific task after a specific date

omnitron 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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