You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.