简体   繁体   中英

How to remove issue link from issue links (Atlassian Jira) with Atlassian C# SDK

I am using atlassian jira SDK (ver 11). I need to remove the link from the link list. I'm connect to Jira, getting a list of links:

IEnumerable<IssueLink> links = await issue.GetIssueLinksAcync();

However, I could not find a way to remove the link from the given list. Tell me how to do it?

You can add/delete the Issue Links from UI itself if you are Jira Administrator. Go to jira Administration drop down at top right navigation bar. select Issues > Under issue features, Select Issue Linking > Edit or Delete the Issue Link from the table.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM