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.
Is there a way to search for issues for whether a link has been added?
I want to only view the issue cards where a link has been added to a particular field.
Currently the search function only allows for search of a particular card with a particular link that I must paste for that field.
Thanks.
You can simply search for "Link to Content" is not empty
Hello @ravin ,
If you using script runner the following JQL helps to find the all issues having linked issues.
issueFunction in hasLinks
Please check the below link for Script Runner JQL Enhancements
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_haslinks
Thanks,
Kagithala Babu Anvesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response Kagithala,
However, I was looking for a query which would show all cards where a Link has been added in a field of a card. For Eg. If the Field states: "Link to Content" where I will paste a link. I'd like to search all such cards where any link has been added in this field, on any card.
A search query which would essentially be more on the lines of whether any text is written on the field at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.