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.