Hello,
I have an issue with an existing issue link, but without the possibility to delete or show the link.
you find the issue in a jql-search:
issueFunction in hasLinks("is requested by")
In the issue detail view no link is shown.
The problem is, that the corresponding issue is deleted. But the link is still there...somewhere... I am unable to delete it, but I need to delete it, because I don't want to get the issue as result of my search query :-/
Can anyone help me please?
Thanks
Katrin
Hi Katrin,
To delete an issue link:
When you mention that you don't have the possibility to remove the issue link from issue A to issue B(deleted), can't you see the trashcan icon in the UI to delete the link?
Other than that, you can check out the issue link through the database. The table is issuelink.
select * from issuelink
With this query you should see all the issue links on your instance, and the columns source and destination shows the issue A and issue B, so you should find the correct issue link by checking the correct information and than proceeding to delete it.
If you decide to do it through you DB, please never forget do do backups before any changes!
Hope it helps!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.